diff options
Diffstat (limited to 'regexp.c')
-rw-r--r-- | regexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |