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)
alloca.c

index 2826003..bd4932a 100644 (file)
--- a/alloca.c
+++ b/alloca.c
    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.  */