diff options
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 */ |