yacc: remove trailing end of line at end of file
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 2 Aug 2012 10:01:54 +0000 (12:01 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 2 Aug 2012 11:51:52 +0000 (13:51 +0200)
commitdcd5344dcde3ddc4761867134e6f8cc7b945ce1c
treedcc480629ec06a83cfe6099eebff8960561d2172
parent62a58c14bdd489d86621227ec2ed6038da7772cd
yacc: remove trailing end of line at end of file

There are still spurious spaces at the end of some lines.  But this is
addressed in the master branch, and I am reluctant to try to backport
this.

* data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: here.
* tests/calc.at (AT_CHECK_SPACES): New.
Use it.
Be sure not to introduce trailing empty lines in the *.y files.
* NEWS: Doc it.
* cfg.mk (syntax-check): Remove the exception.
NEWS
cfg.mk
data/glr.c
data/glr.cc
data/lalr1.cc
data/yacc.c
src/parse-gram.c
src/parse-gram.h
tests/calc.at