mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 15:16:55 +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. */
|
||||
|
||||
#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. */
|
||||
|
|
Loading…
Reference in a new issue