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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Thu, 25 May 2006 16:27:30 +0000

Index: emacs/src/emacs.c
diff -u emacs/src/emacs.c:1.387 emacs/src/emacs.c:1.388
--- emacs/src/emacs.c:1.387     Mon Mar 20 22:41:16 2006
+++ emacs/src/emacs.c   Thu May 25 16:27:30 2006
@@ -1753,7 +1753,7 @@
      GNU/Linux.  It might work on some other systems too.  Give it a
      try and tell us if it works on your system.  To compile for
      profiling use something like `make CFLAGS="-pg -g -O -DPROFILING=1'.  */
-#if defined (__FreeBSD__) || defined (__linux)
+#if defined (__FreeBSD__) || defined (GNU_LINUX)
 #ifdef PROFILING
   if (initialized)
     {
@@ -2232,7 +2232,7 @@
   if (! noninteractive)
     error ("Dumping Emacs works only in batch mode");
 
-#ifdef __linux__
+#ifdef GNU_LINUX
   if (heap_bss_diff > MAX_HEAP_BSS_DIFF)
     {
       fprintf (stderr, "**************************************************\n");
@@ -2244,7 +2244,7 @@
       fprintf (stderr, "exec-shield in etc/PROBLEMS for more information.\n");
       fprintf (stderr, "**************************************************\n");
     }
-#endif /* __linux__ */
+#endif /* GNU_LINUX */
 
   /* Bind `command-line-processed' to nil before dumping,
      so that the dumped Emacs will process its command line




reply via email to

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