aboutsummaryrefslogtreecommitdiff
path: root/regexp.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-08 23:19:36 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-08 23:19:36 +0000
commit4b718d969e8f44e9b7167872e7271ee068b7f062 (patch)
treeee7605752c6323682f0ef0879cc48f95bdf13e37 /regexp.c
parentabfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (diff)
downloadbusybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.gz
busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.tar.bz2
busybox-w32-4b718d969e8f44e9b7167872e7271ee068b7f062.zip
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@175 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'regexp.c')
-rw-r--r--regexp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regexp.c b/regexp.c
index 02b1fe505..b264ffb6f 100644
--- a/regexp.c
+++ b/regexp.c
@@ -98,7 +98,9 @@ extern int replace_match(char *haystack, char *needle, char *newNeedle, int igno
98 98
99 99
100static char *previous; /* the previous regexp, used when null regexp is given */ 100static char *previous; /* the previous regexp, used when null regexp is given */
101#if defined BB_SED
101static char *previous1; /* a copy of the text from the previous substitution for regsub()*/ 102static char *previous1; /* a copy of the text from the previous substitution for regsub()*/
103#endif
102 104
103 105
104/* These are used to classify or recognize meta-characters */ 106/* These are used to classify or recognize meta-characters */