Mercurial > emacs
changeset 4753:3963121bd25f
entered into RCS
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Sep 1993 20:03:30 +0000 |
parents | 0325106db7fd |
children | 463663a999ee |
files | src/alloca.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Mon Sep 20 20:02:01 1993 +0000 +++ b/src/alloca.c Mon Sep 20 20:03:30 1993 +0000 @@ -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. */