]> git.ipfire.org Git - thirdparty/automake.git/commit
cosmetics: fix typos and wording in some yacc tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 10 Apr 2011 09:13:54 +0000 (11:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 10 Apr 2011 09:49:52 +0000 (11:49 +0200)
commit0f4005f0838abb58e77a5a352225efebdb28464c
treeefa69cc0265743483fe09b61119af5882b37bb2e
parentda7f6125bd8dffa08c10a0fc7baeb812f8c6aada
cosmetics: fix typos and wording in some yacc tests

* tests/yacc-cxx.test (foo.cc): Clarify comment about the content
of this file being valid C++ but invalid C.
(parse1.yy): Likewise.  Also, remove redundant parentheses in a
`return' statement.
* tests/yacc-d-cxx.test (write_parse): Clarify comment about the
content of the generated files being valid C++ but invalid C.
(write_main): Likewise.
* tests/yacc-basic.test: Remove redundant parentheses in a
`return' statement.
* tests/yacc-d-vpath.test: Adjust spacing around curly brackets.
* tests/yaccvpath.test: Likewise.
* tests/yaccdry.test: Likewise.
* tests/yacc8.test: Likewise.
* tests/yacc4.test: Likewise.

Suggested by Ralf Wildenhues.
ChangeLog
tests/yacc-basic.test
tests/yacc-cxx.test
tests/yacc-d-cxx.test
tests/yacc-d-vpath.test
tests/yacc8.test
tests/yaccdry.test
tests/yaccvpath.test