summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-23 08:02:27 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-23 08:02:27 +0000
commit5fa8e472948b7e7fe3903c73ed39b28109f22216 (patch)
tree6a79cfe87ec6dd2395cfe285ed9c04a8bcba4ce8 /src/emacs.c
parentbbbac910aa8e606e15327794f3a83c8145120e1c (diff)
downloademacs-5fa8e472948b7e7fe3903c73ed39b28109f22216.tar.gz
(main): Use defined(GNU_LINUX).
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index b84f137be8d..88ec4877316 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -827,7 +827,7 @@ main (argc, argv
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