diff options
Diffstat (limited to 'regexp.c')
-rw-r--r-- | regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ #include <ctype.h> -#if ( defined BB_GREP || defined BB_FIND || defined BB_SED) +#if ( defined BB_GREP || defined BB_SED) /* This also tries to find a needle in a haystack, but uses * real regular expressions.... The fake regular expression |