Merge from emacs--devo--0

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
This commit is contained in:
Miles Bader
2008-01-30 07:57:28 +00:00
391 changed files with 17127 additions and 9185 deletions

View File

@@ -1928,11 +1928,7 @@ allocate_string ()
consing_since_gc += sizeof *s;
#ifdef GC_CHECK_STRING_BYTES
if (!noninteractive
#ifdef MAC_OS8
&& current_sblock
#endif
)
if (!noninteractive)
{
if (++check_string_bytes_count == 200)
{