X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0c650a2027a0d664e1e4f40b3d34e4c1b410277b..61fee93ecb2150b71cc5bea930e3e122085d0f00:/doc/bison.texinfo diff --git a/doc/bison.texinfo b/doc/bison.texinfo index c344ec73..55a7759a 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -2956,6 +2956,8 @@ type: You could even place each of the above directive groups in the rules section of the grammar file next to the set of rules that uses the associated semantic type. +(In the rules section, you must terminate each of those directives with a +semicolon.) And you don't have to worry that some directive (like a @code{%union}) in the definitions section is going to adversely affect their functionality in some counter-intuitive manner just because it comes first.