From: Richard M. Stallman Date: Sun, 24 Dec 1995 23:39:10 +0000 (+0000) Subject: Add #pragma alloca. X-Git-Tag: emacs-19.34~2020 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=293ea14ef7174e0707e6c4027b305df395471b6a;p=emacs.git Add #pragma alloca. --- diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 406de9de8ac..c19fc9f01d9 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h @@ -14,7 +14,12 @@ additional optimization. --nils@exp-math.uni-essen.de */ #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 #endif + #define HAVE_ALLOCA +#ifndef NOT_C_CODE + #pragma alloca +#endif + #undef rindex #undef index