C++: mode constants written to file as tokens and channels.

This commit is contained in:
Ivan Kochurkin 2017-01-08 18:28:34 +03:00
parent 1fe1216e26
commit 956dc0547f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public:
<if (rest(lexer.modes))> <if (rest(lexer.modes))>
enum { enum {
<rest(lexer.modes): {m | <m> = <i>,}; separator="\n", anchor> <rest(lexer.modes): {m | <m> = <i>}; separator=", ", wrap, anchor>
}; };
<endif> <endif>