mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
unless unless -> unless
This commit is contained in:
@@ -4244,7 +4244,7 @@ names defined in the grammar as well as a few other declarations.
|
|||||||
If the parser output file is named @file{@var{name}.c} then this file
|
If the parser output file is named @file{@var{name}.c} then this file
|
||||||
is named @file{@var{name}.h}.
|
is named @file{@var{name}.h}.
|
||||||
|
|
||||||
For C parsers, the output header declares @code{YYSTYPE} unless unless
|
For C parsers, the output header declares @code{YYSTYPE} unless
|
||||||
@code{YYSTYPE} is already defined as a macro or you have used a
|
@code{YYSTYPE} is already defined as a macro or you have used a
|
||||||
@code{<@var{type}>} tag without using @code{%union}.
|
@code{<@var{type}>} tag without using @code{%union}.
|
||||||
Therefore, if you are using a @code{%union}
|
Therefore, if you are using a @code{%union}
|
||||||
|
|||||||
Reference in New Issue
Block a user