(construct_menu_click, construct_mouse_click):
[bpt/emacs.git] / src / alloca.c
index 367b7fe..bd4932a 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.  */
-#if defined (__GNUC__) && __GNUC__ >= 2
+#if !defined (__GNUC__) || __GNUC__ < 2
+
 /* If someone has defined alloca as a macro,
    there must be some other way alloca is supposed to work.  */
 #ifndef alloca