skeletons: fix comments
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 27 Dec 2012 09:01:58 +0000 (10:01 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 27 Dec 2012 09:30:14 +0000 (10:30 +0100)
commit6f0a6f274c8650520003b6408684a3f0bcdece5c
tree430d050089c6e3873555a68b4863976206c9247f
parente672a4ba5e93d116324b75bf5aa0f91ee1d8f988
skeletons: fix comments

The commit 38de4e570fdc7c8db9633c3b2054e565d8c1c6b9 underquoted the
content of the comments, which resulted in losing square brackets in
the comments.  Besides, some other invocations were underquoting the
effective arguments.

* data/c.m4 (b4_comment_): Properly quote the comment.
(b4_comment_, b4_comment): Move to...
* data/c-like.m4: here, so that...
* data/java.m4: can use it instead of its own copy.
* data/bison.m4 (b4_integral_parser_tables_map): Fix some comments.

* data/lalr1.cc, data/lalr1.java, data/yacc.c: Comment fixes.

* data/lalr1.cc: Reorder a bit to factor some CPP directives.
data/bison.m4
data/c-like.m4
data/c.m4
data/java.m4
data/lalr1.cc
data/lalr1.java
data/yacc.c