comparison src/m/tekxd88.h @ 48437:afd7531a5181

Don't define alloca.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 16:44:04 +0000
parents 4be8406ebef9
children 23a1cea22d13
comparison
equal deleted inserted replaced
48436:f93e5481ac9d 48437:afd7531a5181
79 to change the boundary between the text section and data section 79 to change the boundary between the text section and data section
80 when Emacs is dumped. If you define this, the preloaded Lisp 80 when Emacs is dumped. If you define this, the preloaded Lisp
81 code will not be sharable; but that's better than failing completely. */ 81 code will not be sharable; but that's better than failing completely. */
82 #define NO_REMAP 82 #define NO_REMAP
83 83
84 #ifdef __GNUC__ 84 #ifndef __GNUC__
85 # define alloca __builtin_alloca /* Use the gcc builtin alloca() ... */
86 #else /* not __GNUC__ */
87 # define C_OPTIMIZE_SWITCH -O 85 # define C_OPTIMIZE_SWITCH -O
88 #endif /* __GNUC__ */ 86 #endif /* __GNUC__ */
89 87
90 #undef NOMULTIPLEJOBS /* we have job control */ 88 #undef NOMULTIPLEJOBS /* we have job control */
91 #define HAVE_SOCKETS /* sockets are available */ 89 #define HAVE_SOCKETS /* sockets are available */