]> git.saurik.com Git - bison.git/commit - NEWS
fix C90 compliance
authorAkim Demaille <akim@lrde.epita.fr>
Wed, 12 Dec 2012 10:37:02 +0000 (11:37 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Wed, 12 Dec 2012 10:44:39 +0000 (11:44 +0100)
commit1127a75a72dd15611a11c372222a629e89cfb832
tree47c027bff0d32094f3a09b8ea500ec85295be14e
parentfc28638e1c4ef0c41ad52b832b547305ea8c1784
fix C90 compliance

* data/glr.c, src/graphviz.h, src/ielr.c, src/scan-gram.l,
* src/system.h, tests/actions.at, tests/glr-regression.at: Do not
use // comments.
Do not introduce variables after statements.
Provide "main" with a return value.
NEWS
data/glr.c
src/graphviz.h
src/ielr.c
src/scan-gram.l
src/system.h
tests/actions.at
tests/glr-regression.at