summaryrefslogtreecommitdiff
path: root/regexp.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-12 01:30:18 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-12 01:30:18 +0000
commit96bcfd346b436aef16b29d9157b80fd4148b1421 (patch)
tree339ad54804ab9399bbdb8a87e7bbc76408a11019 /regexp.c
parent0dfac6b9cec891b8d523f85d7989d772a1447828 (diff)
downloadbusybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.tar.gz
busybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.tar.bz2
busybox-w32-96bcfd346b436aef16b29d9157b80fd4148b1421.zip
Latest and greatest
-Erik
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 5500b1da7..fb0170739 100644
--- a/regexp.c
+++ b/regexp.c
@@ -504,7 +504,7 @@ extern regexp *regcomp(char* text)
504 int token; 504 int token;
505 int peek; 505 int peek;
506 char *build; 506 char *build;
507 regexp *re; 507 regexp *re; // Ignore compiler whining. If we longjmp, we don't use re anymore.
508 508
509 509
510 /* prepare for error handling */ 510 /* prepare for error handling */