mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: fix distcheck
The extracted example, simple.yy, does not use %require "3.2", so it generates a stack.hh, which breaks distcheck. * doc/bison.texi: Fix it.
This commit is contained in:
@@ -10637,7 +10637,7 @@ generate C++.
|
||||
|
||||
@comment file: c++/simple.yy: 1
|
||||
@example
|
||||
%require "@value{VERSION}"
|
||||
%require "3.2"
|
||||
%language "c++"
|
||||
@end example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user