]> git.saurik.com Git - bison.git/commit
glr.cc: fix a clang warning
authorAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 17:52:16 +0000 (19:52 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 8 Apr 2013 17:52:16 +0000 (19:52 +0200)
commit49964a4fe00e57c3df9442bb42621b5ab6088171
tree9b0ed2282bef7966d9e86d9e9201d7a02249fc2c
parent68f91d58f15abe21c65a8b4d7022ccb854c857dc
glr.cc: fix a clang warning

* data/glr.cc (b4_epilogue): Be sure to end with an end-of-line,
so that the file does end with one.
data/glr.cc