Mercurial > emacs
changeset 9097:35bc87e0b41c
remove CONFIG_BROKETS
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Mon, 26 Sep 1994 21:59:04 +0000 |
parents | 51a06d484c05 |
children | d012275093c1 |
files | src/alloca.c src/regex.c |
diffstat | 2 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloca.c Mon Sep 26 21:56:21 1994 +0000 +++ b/src/alloca.c Mon Sep 26 21:59:04 1994 +0000 @@ -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
--- a/src/regex.c Mon Sep 26 21:56:21 1994 +0000 +++ b/src/regex.c Mon Sep 26 21:59:04 1994 +0000 @@ -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. */