]> git.saurik.com Git - bison.git/commitdiff
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)
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.


No differences found