Mercurial > emacs
changeset 3098:6aee2746a385
(C_ALLOCA, alloca): Definitions deleted.
[!NOT_C_CODE]: Include alloca.h.
(NEED_SIOCTL): #undef this.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 25 May 1993 21:01:14 +0000 |
parents | 0001f88fc0db |
children | c45c28ce483c |
files | src/s/irix4-0.h |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix4-0.h Tue May 25 20:52:11 1993 +0000 +++ b/src/s/irix4-0.h Tue May 25 21:01:14 1993 +0000 @@ -2,11 +2,12 @@ #define USG5_3 -/* Define HAVE_ALLOCA to say that the system provides a properly - working alloca function and it should be used. */ #define HAVE_ALLOCA -#undef C_ALLOCA -#define alloca __builtin_alloca +#ifndef NOT_C_CODE +#include <alloca.h> +#endif + +#undef NEED_SIOCTL /* use K&R C */ #ifndef __GNUC__