From 5c19f0147a468c80bb0871a1dc477eaabca83a54 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 17 Nov 1994 21:44:49 +0000 Subject: [PATCH] Remove regex.h, it conflicts with our POSIX regex.h and we already have it under different name: gnuregex.h (from libregex) Change all references of to --- gnu/lib/libg++/libg++/Regex.cc | 2 +- gnu/lib/libg++/libg++/regex.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libg++/libg++/Regex.cc b/gnu/lib/libg++/libg++/Regex.cc index db9cdc3e7e39..37e564b8c1c5 100644 --- a/gnu/lib/libg++/libg++/Regex.cc +++ b/gnu/lib/libg++/libg++/Regex.cc @@ -31,7 +31,7 @@ extern "C" { #if 1 #include #else -#include +#include #endif } diff --git a/gnu/lib/libg++/libg++/regex.cc b/gnu/lib/libg++/libg++/regex.cc index db23a51995bc..40b8498a694d 100644 --- a/gnu/lib/libg++/libg++/regex.cc +++ b/gnu/lib/libg++/libg++/regex.cc @@ -114,7 +114,7 @@ init_syntax_once () #endif /* Get the interface, including the syntax bits. */ -#include "regex.h" +#include /* These are the command codes that appear in compiled regular