]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
* NEWS (2.3a+): In the %code entry, reference section `Bison
[bison.git] / doc / bison.texinfo
index c344ec73d5fb5aa13da3db5322a5e366f4f41526..55a7759a2355080cdd2b8a03904587beb12cb4f0 100644 (file)
@@ -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.