diff options
Diffstat (limited to 'src/starter/y.tab.c')
-rw-r--r-- | src/starter/y.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/y.tab.c b/src/starter/y.tab.c index 11a0373e9..49da832c0 100644 --- a/src/starter/y.tab.c +++ b/src/starter/y.tab.c @@ -172,7 +172,7 @@ extern kw_entry_t *in_word_set (char *str, unsigned int len); typedef union YYSTYPE #line 56 "parser.y" { char *s; } -/* Line 193 of yacc.c. */ +/* Line 187 of yacc.c. */ #line 177 "y.tab.c" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ |