aboutsummaryrefslogtreecommitdiff
path: root/regexp.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 09:19:54 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 09:19:54 +0000
commitf70744310edd7885f10040476da89b4f166ca23b (patch)
treef64b2d63850be12ce3081b2000784aa57ac29656 /regexp.c
parent46410891bc121c8da162a34c81b43b2867d14e6c (diff)
downloadbusybox-w32-f70744310edd7885f10040476da89b4f166ca23b.tar.gz
busybox-w32-f70744310edd7885f10040476da89b4f166ca23b.tar.bz2
busybox-w32-f70744310edd7885f10040476da89b4f166ca23b.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@127 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'regexp.c')
-rw-r--r--regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.c b/regexp.c
index 9f9b5c28c..02b1fe505 100644
--- a/regexp.c
+++ b/regexp.c
@@ -7,7 +7,7 @@
7#include <ctype.h> 7#include <ctype.h>
8 8
9 9
10#if ( defined BB_GREP || defined BB_FIND || defined BB_SED) 10#if ( defined BB_GREP || defined BB_SED)
11 11
12/* This also tries to find a needle in a haystack, but uses 12/* This also tries to find a needle in a haystack, but uses
13 * real regular expressions.... The fake regular expression 13 * real regular expressions.... The fake regular expression