aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 846bfc7e453..e02a586b31e 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1753,7 +1753,7 @@ main (argc, argv
1753 GNU/Linux. It might work on some other systems too. Give it a 1753 GNU/Linux. It might work on some other systems too. Give it a
1754 try and tell us if it works on your system. To compile for 1754 try and tell us if it works on your system. To compile for
1755 profiling use something like `make CFLAGS="-pg -g -O -DPROFILING=1'. */ 1755 profiling use something like `make CFLAGS="-pg -g -O -DPROFILING=1'. */
1756#if defined (__FreeBSD__) || defined (__linux) 1756#if defined (__FreeBSD__) || defined (GNU_LINUX)
1757#ifdef PROFILING 1757#ifdef PROFILING
1758 if (initialized) 1758 if (initialized)
1759 { 1759 {
@@ -2232,7 +2232,7 @@ You must run Emacs in batch mode in order to dump it. */)
2232 if (! noninteractive) 2232 if (! noninteractive)
2233 error ("Dumping Emacs works only in batch mode"); 2233 error ("Dumping Emacs works only in batch mode");
2234 2234
2235#ifdef __linux__ 2235#ifdef GNU_LINUX
2236 if (heap_bss_diff > MAX_HEAP_BSS_DIFF) 2236 if (heap_bss_diff > MAX_HEAP_BSS_DIFF)
2237 { 2237 {
2238 fprintf (stderr, "**************************************************\n"); 2238 fprintf (stderr, "**************************************************\n");
@@ -2244,7 +2244,7 @@ You must run Emacs in batch mode in order to dump it. */)
2244 fprintf (stderr, "exec-shield in etc/PROBLEMS for more information.\n"); 2244 fprintf (stderr, "exec-shield in etc/PROBLEMS for more information.\n");
2245 fprintf (stderr, "**************************************************\n"); 2245 fprintf (stderr, "**************************************************\n");
2246 } 2246 }
2247#endif /* __linux__ */ 2247#endif /* GNU_LINUX */
2248 2248
2249 /* Bind `command-line-processed' to nil before dumping, 2249 /* Bind `command-line-processed' to nil before dumping,
2250 so that the dumped Emacs will process its command line 2250 so that the dumped Emacs will process its command line