aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/lex.yy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter/lex.yy.c')
-rw-r--r--src/starter/lex.yy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/starter/lex.yy.c b/src/starter/lex.yy.c
index 20d2edb08..f8e6569f1 100644
--- a/src/starter/lex.yy.c
+++ b/src/starter/lex.yy.c
@@ -504,7 +504,7 @@ char *yytext;
#include <stdlib.h>
#include <glob.h>
-#include "parser.tab.h"
+#include "y.tab.h"
#define MAX_INCLUDE_DEPTH 20
@@ -928,7 +928,7 @@ return INCLUDE;
case 10:
YY_RULE_SETUP
#line 169 "parser.l"
-return VERSION;
+return FILE_VERSION;
YY_BREAK
case 11:
YY_RULE_SETUP