Mercurial > emacs
comparison src/m/alpha.h @ 96948:d09831a9672d
* m/alpha.h (LINUX_SBRK_BUG):
* emacs.c (main): Undo previous change.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 23 Jul 2008 23:37:18 +0000 |
parents | 70e18d24c496 |
children | e58e8418725b |
comparison
equal
deleted
inserted
replaced
96947:57b80a67db7b | 96948:d09831a9672d |
---|---|
111 | 111 |
112 #define UNEXEC unexalpha.o | 112 #define UNEXEC unexalpha.o |
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 |
119 | 124 |
120 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) | 125 #if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__) |