diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-12-08 23:19:36 +0000 |
commit | abc0f4f8f97b36f2865986374405d091cefea107 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /regexp.c | |
parent | 2285f367e220af9bda9f544945007725a02032dd (diff) | |
download | busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.tar.bz2 busybox-w32-abc0f4f8f97b36f2865986374405d091cefea107.zip |
Latest and greatest
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 */ |