emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c,v
Date: Wed, 23 Jul 2008 08:02:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/23 08:02:28

Index: emacs.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/emacs.c,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -b -r1.435 -r1.436
--- emacs.c     23 Jul 2008 06:34:40 -0000      1.435
+++ emacs.c     23 Jul 2008 08:02:27 -0000      1.436
@@ -827,7 +827,7 @@
       heap_bss_diff = (char *)my_heap_start - max (my_endbss, 
my_endbss_static);
     }
 
-#if (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
+#if defined(GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
   __sbrk (1);
 #endif
 




reply via email to

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