X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3237f570964d5f6cccad349f946dd301448e206e..a1d1ab50a00a4d28d6ba7b227ddc6628d5734ce3:/data/glr.c diff --git a/data/glr.c b/data/glr.c index a2992e08..9bd95228 100644 --- a/data/glr.c +++ b/data/glr.c @@ -226,8 +226,8 @@ b4_percent_code_get([[top]])[ right-hand sides. Unlike the standard yacc.c template, here we set the default value of $$ to a zeroed-out value. Since the default value is undefined, this behavior is technically correct. */ -static YYSTYPE yyval_default;]b4_locations_if([ -b4_yyloc_default_define])[ +static YYSTYPE yyval_default;]b4_locations_if([[ +static YYLTYPE yyloc_default][]b4_yyloc_default;])[ /* Copy the second part of user declarations. */ ]b4_user_post_prologue