]> git.saurik.com Git - bison.git/commit
c++: use // comments in the output
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 22 Dec 2012 08:14:05 +0000 (09:14 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Sun, 23 Dec 2012 08:53:45 +0000 (09:53 +0100)
commit38de4e570fdc7c8db9633c3b2054e565d8c1c6b9
tree2c264c9a1b8586f166a51f5b6a1572a3a5bd05fe
parentbd04adb4c8d81f30d2cb80cdb6ea04bd4c08da6d
c++: use // comments in the output

This is mostly used for the license header, the synclines, and the
generated tables:

-  /* STOS_[STATE-NUM] -- The (internal number of the) accessing
-     symbol of state STATE-NUM.    */
+  // STOS_[STATE-NUM] -- The (internal number of the) accessing
+  // symbol of state STATE-NUM.
   static const unsigned char yystos_[];

* data/c.m4: Comment changes.
(b4_comment_): Expand the text argument.
Before this change, we were actually formatting M4 code as a
C comment, and then expand it.
(b4_comment): Fix the closing of comments: there is no reason to
add the (line) prefix before the closing "*/".
* data/c++.m4 (b4_comment): New.
data/c++.m4
data/c.m4