comparison src/alloc.c @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 91da483b3fa5
children d097bc79fdfb
comparison
equal deleted inserted replaced
91366:86f3a8f0a3a6 91367:c70e45a7acfd
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);