From: Akim Demaille Date: Thu, 2 Aug 2012 10:01:54 +0000 (+0200) Subject: yacc: remove trailing end of line at end of file X-Git-Tag: v2.6.2~2 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/dcd5344dcde3ddc4761867134e6f8cc7b945ce1c?hp=dcd5344dcde3ddc4761867134e6f8cc7b945ce1c 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. ---