mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-05 11:25:17 +00:00
entered into RCS
This commit is contained in:
parent
2a53aecb26
commit
1775c102ad
1 changed files with 4 additions and 0 deletions
4
alloca.c
4
alloca.c
|
@ -22,7 +22,11 @@
|
||||||
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
|
||||||
|
|
||||||
/* If compiling with GCC 2, this file's not needed. */
|
/* If compiling with GCC 2, this file's not needed. */
|
||||||
|
|
Loading…
Reference in a new issue