From: Paul Eggert Date: Wed, 27 Oct 2004 22:19:44 +0000 (+0000) Subject: (yyloc_default): Remove; not used. X-Git-Tag: BISON-2_0~76 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/288006a2590d888bea3c55b66079815cb898d16a (yyloc_default): Remove; not used. --- diff --git a/data/glr.c b/data/glr.c index 6c2f3b12..9dc6be19 100644 --- a/data/glr.c +++ b/data/glr.c @@ -205,13 +205,12 @@ typedef struct YYLTYPE # define YYLTYPE_IS_TRIVIAL 1 #endif -/* Default (constant) values used for initialization for null +/* Default (constant) value used for initialization for null right-hand sides. Unlike the standard yacc.c template, - here we set the default values of $$ and $@@ to zeroed-out - values. Since the default value of these quantities is undefined, + here we set the default value of $$ to a zeroed-out value. + Since the default value of these quantities is undefined, this behavior is technically correct. */ static YYSTYPE yyval_default; -static YYLTYPE yyloc_default; /* Copy the second part of user declarations. */ ]b4_post_prologue[