diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-09-20 20:03:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-09-20 20:03:30 +0000 |
commit | 1775c102adc9414b9764c8c355c3b635c134e167 (patch) | |
tree | 91e8de935afa50edba7b02d6c93c0c2d27fae6e8 /alloca.c | |
parent | 2a53aecb26521bd125f61ce9b678f9da8f979ce0 (diff) | |
download | gunmake-1775c102adc9414b9764c8c355c3b635c134e167.tar.gz |
entered into RCS
Diffstat (limited to 'alloca.c')
-rw-r--r-- | alloca.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,7 +22,11 @@ your main control loop, etc. to force garbage collection. */ #ifdef HAVE_CONFIG_H +#if defined (emacs) || defined (CONFIG_BROKETS) #include <config.h> +#else +#include "config.h" +#endif #endif /* If compiling with GCC 2, this file's not needed. */ |