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 <regex.h> to <gnuregex.h>
This commit is contained in:
Andrey A. Chernov 1994-11-17 21:44:49 +00:00
parent 80785c507b
commit 5c19f0147a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ extern "C" {
#if 1
#include <rx.h>
#else
#include <regex.h>
#include <gnuregex.h>
#endif
}

View File

@ -114,7 +114,7 @@ init_syntax_once ()
#endif
/* Get the interface, including the syntax bits. */
#include "regex.h"
#include <gnuregex.h>
/* These are the command codes that appear in compiled regular