]> code.delx.au - gnu-emacs/commitdiff
entered into RCS
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 1993 20:03:30 +0000 (20:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 1993 20:03:30 +0000 (20:03 +0000)
src/alloca.c

index 282600340d0c1eef249a6abe34b878851105b86a..bd4932aa44532a7363f0d4df72059d7b7e77ad47 100644 (file)
    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.  */