1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Add #undef alloca.

This commit is contained in:
Richard M. Stallman 1994-07-25 23:26:23 +00:00
parent 72ddb82c49
commit 89b3f89419

View File

@ -109,6 +109,12 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \
#define NOT_C_CODE
#include "../src/config.h"
/* We won't really call alloca;
don't let the file name alloca.c get messed up. */
#ifdef alloca
#undef alloca
#endif
/* Some s/*.h files define this to request special libraries. */
#ifndef LIBS_SYSTEM
#define LIBS_SYSTEM