aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/alloc.c b/src/alloc.c
index be75fc47cbf..c1ebd0cf2a3 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1928,11 +1928,7 @@ allocate_string ()
1928 consing_since_gc += sizeof *s; 1928 consing_since_gc += sizeof *s;
1929 1929
1930#ifdef GC_CHECK_STRING_BYTES 1930#ifdef GC_CHECK_STRING_BYTES
1931 if (!noninteractive 1931 if (!noninteractive)
1932#ifdef MAC_OS8
1933 && current_sblock
1934#endif
1935 )
1936 { 1932 {
1937 if (++check_string_bytes_count == 200) 1933 if (++check_string_bytes_count == 200)
1938 { 1934 {