From 45f0550f79e8a1931ad08ee77d8eee2e73ac86cf Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 19 Sep 2000 13:34:38 +0000 Subject: [PATCH] replaced by "regex.h" to fetch the local file. --- scsh/regexp/debug.c | 2 +- scsh/regexp/main.c | 2 +- scsh/regexp/regcomp.c | 2 +- scsh/regexp/regerror.c | 2 +- scsh/regexp/regexec.c | 2 +- scsh/regexp/regfree.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scsh/regexp/debug.c b/scsh/regexp/debug.c index 99ce7da..bf40bbb 100644 --- a/scsh/regexp/debug.c +++ b/scsh/regexp/debug.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h" diff --git a/scsh/regexp/main.c b/scsh/regexp/main.c index 0221e77..72bb67f 100644 --- a/scsh/regexp/main.c +++ b/scsh/regexp/main.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include "regex.h" #include #include "main.ih" diff --git a/scsh/regexp/regcomp.c b/scsh/regexp/regcomp.c index 42c3b86..5f2d275 100644 --- a/scsh/regexp/regcomp.c +++ b/scsh/regexp/regcomp.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h" diff --git a/scsh/regexp/regerror.c b/scsh/regexp/regerror.c index e53dafc..a9c6dd6 100644 --- a/scsh/regexp/regerror.c +++ b/scsh/regexp/regerror.c @@ -4,7 +4,7 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regerror.ih" diff --git a/scsh/regexp/regexec.c b/scsh/regexp/regexec.c index dcb11b2..2a5bcbd 100644 --- a/scsh/regexp/regexec.c +++ b/scsh/regexp/regexec.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h" diff --git a/scsh/regexp/regfree.c b/scsh/regexp/regfree.c index 9a6acf1..9c1488a 100644 --- a/scsh/regexp/regfree.c +++ b/scsh/regexp/regfree.c @@ -1,7 +1,7 @@ #include #include #include -#include +#include "regex.h" #include "utils.h" #include "regex2.h"