new regex header name

From-SVN: r26697
This commit is contained in:
Robert Lipe 1999-04-29 15:38:02 +00:00 committed by Bruce Korb
parent 5b61e89fda
commit f7d920fd94
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@ Thu Apr 29 15:58:52 1999 Robert Lipe <robertlipe@usa.net>
* fixinc/gnu-regex.c, fixinc/gnu-regex.h: Imported from GDB 4.18.
* fixinc/Makefile.in (OBJ, HDR): Handle name changes from above.
(gnu-regex.o): Define REGEX_MALLOC to avoid memory leak.
* fixinc/fixincl.c: new regex.h header name
Thu Apr 29 12:53:33 1999 Richard Henderson <rth@cygnus.com>

View File

@ -2120,8 +2120,8 @@ stmp-headers:
FIXINCSRCDIR=$(srcdir)/fixinc
fixinc.sh: $(FIXINCSRCDIR)/mkfixinc.sh $(FIXINCSRCDIR)/fixincl.c \
$(FIXINCSRCDIR)/procopen.c $(FIXINCSRCDIR)/regex.c \
$(FIXINCSRCDIR)/server.c $(FIXINCSRCDIR)/regex.h \
$(FIXINCSRCDIR)/procopen.c $(FIXINCSRCDIR)/gnu-regex.c \
$(FIXINCSRCDIR)/server.c $(FIXINCSRCDIR)/gnu-regex.h \
$(FIXINCSRCDIR)/server.h $(FIXINCSRCDIR)/inclhack.def
MAKE="$(MAKE)"; srcdir=`cd $(srcdir)/fixinc; pwd` ; \
export MAKE srcdir ; \

View File

@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */
#endif
#include <ctype.h>
#include "regex.h"
#include "gnu-regex.h"
#include "server.h"
static const char program_id[] = "fixincl version 1.0";