comparison src/Makefile.in @ 8327:0e8bf0c4ffef

Add #undef alloca.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jul 1994 18:39:55 +0000
parents a0fd123ca2a6
children f4138f5dc0d3
comparison
equal deleted inserted replaced
8326:57533025d628 8327:0e8bf0c4ffef
55 55
56 #define NO_SHORTNAMES 56 #define NO_SHORTNAMES
57 #define THIS_IS_YMAKEFILE 57 #define THIS_IS_YMAKEFILE
58 #define NOT_C_CODE 58 #define NOT_C_CODE
59 #include "config.h" 59 #include "config.h"
60
61 /* We won't really call alloca;
62 don't let the file name alloca.c get messed up. */
63 #ifdef alloca
64 #undef alloca
65 #endif
60 66
61 /* Use HAVE_X11 as an alias for X11 in this file 67 /* Use HAVE_X11 as an alias for X11 in this file
62 to avoid problems with X11 as a subdirectory name 68 to avoid problems with X11 as a subdirectory name
63 in -I and other such options which pass through this file. */ 69 in -I and other such options which pass through this file. */
64 70