]> git.saurik.com Git - bison.git/commit
Handle a trailing `:' in a user-supplied C++ namespace better.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 19 May 2009 21:51:05 +0000 (17:51 -0400)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 19 May 2009 22:14:25 +0000 (18:14 -0400)
commit8c221795affd367ac106161610d42fc94633e3fd
tree8350dbe1141ba49d861d8abed246694d7f8b92aa
parentc8bf65f07e235360835f4c3a97ba7f10ccfa0030
Handle a trailing `:' in a user-supplied C++ namespace better.

* data/c++.m4 (b4_namespace_close): Don't let it be printed
among the closing braces here.  This fix might make the
generated code easier to debug, but otherwise it should be
insignificant because a trailing `:' is a C++ error already.
ChangeLog
data/c++.m4