[project @ 2002-02-14 14:01:38 by simonmar]
authorsimonmar <unknown>
Thu, 14 Feb 2002 14:01:38 +0000 (14:01 +0000)
committersimonmar <unknown>
Thu, 14 Feb 2002 14:01:38 +0000 (14:01 +0000)
<regex.h> ==> "regex.h"

cbits/regex/regcomp.c
cbits/regex/regerror.c
cbits/regex/regexec.c
cbits/regex/regfree.c

index 3b50772..f54c10e 100644 (file)
@@ -49,7 +49,7 @@ static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
 #include <ctype.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "collate.h"
 
index b1d151d..5137992 100644 (file)
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)regerror.c        8.4 (Berkeley) 3/20/94";
 #include <string.h>
 #include <limits.h>
 #include <stdlib.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 
index 80a7ad0..de177d5 100644 (file)
@@ -54,7 +54,7 @@ static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
 #include <string.h>
 #include <limits.h>
 #include <ctype.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"
index 97dab84..491b7f7 100644 (file)
@@ -47,7 +47,7 @@ static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
-#include <regex.h>
+#include "regex.h"
 
 #include "utils.h"
 #include "regex2.h"