aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-23 23:37:18 +0000
committerDan Nicolaescu2008-07-23 23:37:18 +0000
commitcc61af6796973319943af95e6bbc64912ca18682 (patch)
tree443163e191ea03f3a027230ba111e5e77d346c8a /src/m
parent98c51a88f6af037294926607f7d04eae3c6c4081 (diff)
downloademacs-cc61af6796973319943af95e6bbc64912ca18682.tar.gz
emacs-cc61af6796973319943af95e6bbc64912ca18682.zip
* m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/alpha.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 729b0ddd33d..6484241b928 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -113,6 +113,11 @@ NOTE-END
113 113
114#endif /* __ELF__ */ 114#endif /* __ELF__ */
115 115
116#if defined (GNU_LINUX) && __GNU_LIBRARY__ - 0 < 6
117/* This controls a conditional in main. */
118#define LINUX_SBRK_BUG
119#endif
120
116/* On the Alpha it's best to avoid including TERMIO since struct 121/* On the Alpha it's best to avoid including TERMIO since struct
117 termio and struct termios are mutually incompatible. */ 122 termio and struct termios are mutually incompatible. */
118#define NO_TERMIO 123#define NO_TERMIO