diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-08 23:19:36 +0000 |
commit | 4b718d969e8f44e9b7167872e7271ee068b7f062 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /regexp.c | |
parent | abfe7e69b8bd8bf8e595e6e57b80e57b53e94fde (diff) | |
download | busybox-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -98,7 +98,9 @@ extern int replace_match(char *haystack, char *needle, char *newNeedle, int igno | |||
98 | 98 | ||
99 | 99 | ||
100 | static char *previous; /* the previous regexp, used when null regexp is given */ | 100 | static char *previous; /* the previous regexp, used when null regexp is given */ |
101 | #if defined BB_SED | ||
101 | static char *previous1; /* a copy of the text from the previous substitution for regsub()*/ | 102 | static 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 */ |