Mercurial > emacs
comparison src/alloc.c @ 44890:01b93e5e53a7
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Fri, 26 Apr 2002 23:39:06 +0000 |
parents | a3e6cfa20afd |
children | f3d7ab65641f |
comparison
equal
deleted
inserted
replaced
44889:e3b9f45140a5 | 44890:01b93e5e53a7 |
---|---|
1339 ++strings_consed; | 1339 ++strings_consed; |
1340 consing_since_gc += sizeof *s; | 1340 consing_since_gc += sizeof *s; |
1341 | 1341 |
1342 #ifdef GC_CHECK_STRING_BYTES | 1342 #ifdef GC_CHECK_STRING_BYTES |
1343 if (!noninteractive | 1343 if (!noninteractive |
1344 #ifdef macintosh | 1344 #ifdef MAC_OS8 |
1345 && current_sblock | 1345 && current_sblock |
1346 #endif | 1346 #endif |
1347 ) | 1347 ) |
1348 { | 1348 { |
1349 if (++check_string_bytes_count == 200) | 1349 if (++check_string_bytes_count == 200) |