(yyloc_default): Remove; not used.

This commit is contained in:
Paul Eggert
2004-10-27 22:19:44 +00:00
parent f74b6f91f6
commit 288006a259

View File

@@ -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[