mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
Fix wording problem in comment.
This commit is contained in:
@@ -208,8 +208,8 @@ typedef struct YYLTYPE
|
|||||||
/* Default (constant) value used for initialization for null
|
/* Default (constant) value used for initialization for null
|
||||||
right-hand sides. Unlike the standard yacc.c template,
|
right-hand sides. Unlike the standard yacc.c template,
|
||||||
here we set the default value of $$ to a zeroed-out value.
|
here we set the default value of $$ to a zeroed-out value.
|
||||||
Since the default value of these quantities is undefined,
|
Since the default value is undefined, this behavior is
|
||||||
this behavior is technically correct. */
|
technically correct. */
|
||||||
static YYSTYPE yyval_default;
|
static YYSTYPE yyval_default;
|
||||||
|
|
||||||
/* Copy the second part of user declarations. */
|
/* Copy the second part of user declarations. */
|
||||||
|
|||||||
Reference in New Issue
Block a user