projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe56ec1
)
remove CONFIG_BROKETS
author
David J. MacKenzie
<djm@gnu.org>
Mon, 26 Sep 1994 21:59:04 +0000
(21:59 +0000)
committer
David J. MacKenzie
<djm@gnu.org>
Mon, 26 Sep 1994 21:59:04 +0000
(21:59 +0000)
src/alloca.c
patch
|
blob
|
history
src/regex.c
patch
|
blob
|
history
diff --git
a/src/alloca.c
b/src/alloca.c
index d1f4d1a302b6b824c2269dd42b16198590c1149c..7020f32c88232398fdcc691bc030958eea68c8d2 100644
(file)
--- a/
src/alloca.c
+++ b/
src/alloca.c
@@
-22,11
+22,7
@@
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
#ifdef emacs
diff --git
a/src/regex.c
b/src/regex.c
index 87c3e63edfda539e0c9b3c8a432d36a3098bc48e..d05493b15dd018f63135d352e6df58727eab8d66 100644
(file)
--- a/
src/regex.c
+++ b/
src/regex.c
@@
-27,14
+27,7
@@
#define _GNU_SOURCE
#ifdef HAVE_CONFIG_H
-#if defined (emacs) || defined (CONFIG_BROKETS)
-/* We use <config.h> instead of "config.h" so that a compilation
- using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
- (which it would do because it found this file in $srcdir). */
#include <config.h>
-#else
-#include "config.h"
-#endif
#endif
/* We need this for `regex.h', and perhaps for the Emacs include files. */