diff options
author | H.J. Lu <hjl@lucon.org> | 2000-04-04 02:08:52 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2000-04-04 02:08:52 +0000 |
commit | 8af8407ba72d9a91f776a394950d5b25179c1d7e (patch) | |
tree | 135e307b75c03cf68e617f092a55cf797f21f22e /gdb/source.c | |
parent | 50cf7be6a8cc022830d98f2b29bb64ed98a7400f (diff) | |
download | gdb-8af8407ba72d9a91f776a394950d5b25179c1d7e.tar.gz |
2000-04-03 H.J. Lu <hjl@gnu.org>
* gdb_regex.h: New. Include "regex.h" if USE_INCLUDED_REGEX
is defined and <regex.h> otherwise.
* irix5-nat.c: Include "gdb_regex.h" instead of "gnu-regex.h".
* monitor.c: Likewise.
* osfsolib.c: Likewise.
* solib.c: Likewise.
* source.c: Likewise.
* symtab.c: Likewise.
* Makefile.in (REGEX): Changed to @REGEX@.
(REGEX_CFLAGS): New.
(REGEX1): Removed.
(ADD_DEPS): Use $(REGEX) instead of $(REGEX1).
(INTERNAL_WARN_CFLAGS): Add $(REGEX_CFLAGS).
* configure.in (--with-included-regex): New switch.
(REGEX): New. Subsstitue @REGEX@ in Makefile.in.
(REGEX_CFLAGS): New. Subsstitue @REGEX_CFLAGS@ in Makefile.in.
* configure: Regenerated.
Diffstat (limited to 'gdb/source.c')
-rw-r--r-- | gdb/source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/source.c b/gdb/source.c index dd26043b2cb..9569aa0b1f0 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -33,7 +33,7 @@ #include "gdb_stat.h" #include <fcntl.h> #include "gdbcore.h" -#include "gnu-regex.h" +#include "gdb_regex.h" #include "symfile.h" #include "objfiles.h" #include "annotate.h" |