diff options
author | Eric Andersen | 1999-12-08 23:19:36 +0000 |
---|---|---|
committer | Eric Andersen | 1999-12-08 23:19:36 +0000 |
commit | abc0f4f8f97b36f2865986374405d091cefea107 (patch) | |
tree | ee7605752c6323682f0ef0879cc48f95bdf13e37 /regexp.c | |
parent | 2285f367e220af9bda9f544945007725a02032dd (diff) | |
download | busybox-abc0f4f8f97b36f2865986374405d091cefea107.zip busybox-abc0f4f8f97b36f2865986374405d091cefea107.tar.gz |
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 static char *previous; /* the previous regexp, used when null regexp is given */ +#if defined BB_SED static char *previous1; /* a copy of the text from the previous substitution for regsub()*/ +#endif /* These are used to classify or recognize meta-characters */ |