Mercurial > emacs
changeset 6202:5442ffe004ec
*** empty log message ***
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 04 Mar 1994 22:26:03 +0000 |
parents | d71dedd123c1 |
children | e353e98cdd77 |
files | src/regex.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/regex.c Fri Mar 04 21:21:08 1994 +0000 +++ b/src/regex.c Fri Mar 04 22:26:03 1994 +0000 @@ -27,7 +27,7 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) +#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). */