aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/grecs-lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grecs-lex.l b/src/grecs-lex.l
index 98bf384..bf97730 100644
--- a/src/grecs-lex.l
+++ b/src/grecs-lex.l
@@ -192,7 +192,7 @@ pid_t grecs_preproc_pid;
int
yywrap()
{
- if (yyin) {
+ if (grecs_preprocessor) {
grecs_preproc_extrn_shutdown(grecs_preproc_pid);
fclose(yyin);
} else

Return to:

Send suggestions and report system problems to the System administrator.