sort is good to go.
[oweals/busybox.git] / regexp.c
index 02b1fe505acc4757e8c1e01ebbad0e0ddf1a0608..b264ffb6fd3bba6c91736ec4a6fe26fe29e6fafc 100644 (file)
--- a/regexp.c
+++ b/regexp.c
@@ -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 */