GC v1.140 generates incorrect output when cmt_keep-char
is used with cmt_c2cpp. If the protected comment is a
multi-line comment it will add // to all the following
lines until it reaches the next token. It also forgets
to close the comment.
The attached file shows the settings used, and sample
input and output.
At the end of the attached file is a code snippet from
the Indent_SplitCmtToIndent() function that shows my
solution.
Example of malfunction and my solution