comparison lib-src/Makefile.in @ 8337:5102144886de

Add #undef alloca.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jul 1994 23:26:23 +0000
parents a8ed7164a837
children b84147ed033d
comparison
equal deleted inserted replaced
8336:52590f967c1e 8337:5102144886de
106 106
107 #define NO_SHORTNAMES 107 #define NO_SHORTNAMES
108 #define THIS_IS_YMAKEFILE 108 #define THIS_IS_YMAKEFILE
109 #define NOT_C_CODE 109 #define NOT_C_CODE
110 #include "../src/config.h" 110 #include "../src/config.h"
111
112 /* We won't really call alloca;
113 don't let the file name alloca.c get messed up. */
114 #ifdef alloca
115 #undef alloca
116 #endif
111 117
112 /* Some s/*.h files define this to request special libraries. */ 118 /* Some s/*.h files define this to request special libraries. */
113 #ifndef LIBS_SYSTEM 119 #ifndef LIBS_SYSTEM
114 #define LIBS_SYSTEM 120 #define LIBS_SYSTEM
115 #endif 121 #endif