aboutsummaryrefslogtreecommitdiff
path: root/regexp.c
diff options
context:
space:
mode:
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 048c03f79..c271412cb 100644
--- a/regexp.c
+++ b/regexp.c
@@ -474,7 +474,7 @@ extern regexp *regcomp(char *text)
int token;
int peek;
char *build;
- regexp *re; // Ignore compiler whining. If we longjmp, we don't use re anymore.
+ regexp *re;
/* prepare for error handling */