emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Sun, 13 Jan 2008 00:44:00 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/13 00:43:56

Index: src/alloc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/alloc.c,v
retrieving revision 1.433
retrieving revision 1.434
diff -u -b -r1.433 -r1.434
--- src/alloc.c 8 Jan 2008 20:44:31 -0000       1.433
+++ src/alloc.c 13 Jan 2008 00:43:54 -0000      1.434
@@ -1928,11 +1928,7 @@
   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)
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]