aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-03-04 22:26:03 +0000
committerKarl Heuer1994-03-04 22:26:03 +0000
commit972a693aa57202cdfab822506b74064d5547f9fa (patch)
tree4f8d2fb24d700fd36d42f8ea82d083197397e6ef /src
parent1a2f2d332e66b4549fcc88237e8eeb032b466657 (diff)
downloademacs-972a693aa57202cdfab822506b74064d5547f9fa.tar.gz
emacs-972a693aa57202cdfab822506b74064d5547f9fa.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 792d419cc43..f047ecc3cf2 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -27,7 +27,7 @@
27#define _GNU_SOURCE 27#define _GNU_SOURCE
28 28
29#ifdef HAVE_CONFIG_H 29#ifdef HAVE_CONFIG_H
30#if defined (CONFIG_BROKETS) 30#if defined (emacs) || defined (CONFIG_BROKETS)
31/* We use <config.h> instead of "config.h" so that a compilation 31/* We use <config.h> instead of "config.h" so that a compilation
32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h 32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
33 (which it would do because it found this file in $srcdir). */ 33 (which it would do because it found this file in $srcdir). */