mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
remove CONFIG_BROKETS
This commit is contained in:
parent
c1e20276cb
commit
24d37fb493
1 changed files with 0 additions and 4 deletions
4
alloca.c
4
alloca.c
|
@ -22,11 +22,7 @@
|
||||||
your main control loop, etc. to force garbage collection. */
|
your main control loop, etc. to force garbage collection. */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#if defined (emacs) || defined (CONFIG_BROKETS)
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#else
|
|
||||||
#include "config.h"
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef emacs
|
#ifdef emacs
|
||||||
|
|
Loading…
Reference in a new issue