comparison src/alloc.c @ 87730:91da483b3fa5

* movemail.c: * make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 13 Jan 2008 00:43:55 +0000
parents 107ccd98fa12
children c70e45a7acfd
comparison
equal deleted inserted replaced
87729:47fbf21cf3d3 87730:91da483b3fa5
1926 ++total_strings; 1926 ++total_strings;
1927 ++strings_consed; 1927 ++strings_consed;
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 {
1939 check_string_bytes_count = 0; 1935 check_string_bytes_count = 0;
1940 check_string_bytes (1); 1936 check_string_bytes (1);