From: Paul Eggert Date: Mon, 10 Jul 2006 00:37:25 +0000 (+0000) Subject: unless unless -> unless X-Git-Tag: v2.3b~330 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/b321737f20da1ed196fbcb46a776ba4aabc2f490?ds=sidebyside;hp=1f4cc0f4ae46c746a90b97a71d70fe698a89f742 unless unless -> unless --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 73afb8c3..2741703e 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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 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{<@var{type}>} tag without using @code{%union}. Therefore, if you are using a @code{%union}