clarify documentation of %language in the NEWS file

2008-07-31  Paolo Bonzini  <bonzini@gnu.org>

	* NEWS: Clarify documentation of %language.
This commit is contained in:
Paolo Bonzini
2008-07-31 11:01:47 +02:00
parent fee2ed87aa
commit d43f77e7ee
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-07-31 Paolo Bonzini <bonzini@gnu.org>
* NEWS: Clarify documentation of %language.
2008-07-31 Paolo Bonzini <bonzini@gnu.org> 2008-07-31 Paolo Bonzini <bonzini@gnu.org>
Support usage of git-merge-changelog. Support usage of git-merge-changelog.

6
NEWS
View File

@@ -53,9 +53,9 @@ Changes in version 2.3b (2008-05-27):
* %language * %language
This new directive specifies the programming language of the generated This new directive specifies the programming language of the generated
parser, which can be C (the default), C++, or Java. This directive affects parser, which can be C (the default), C++, or Java. Besides the skeleton
the skeleton used and the names of the generated files if the grammar file's that Bison uses, the directive affects the names of the generated files if
name ends in ".y". the grammar file's name ends in ".y".
* XML Automaton Report * XML Automaton Report