Commit 0e9d2c4f by Nathan Sidwell Committed by Nathan Sidwell

* gengtype-lex.l (<in_struct>): Add '/'.

From-SVN: r245387
parent def227f1
2017-02-13 Nathan Sidwell <nathan@acm.org>
* gengtype-lex.l (<in_struct>): Add '/'.
2017-02-13 Martin Liska <mliska@suse.cz>
PR c/79471
......
......@@ -159,7 +159,7 @@ CXX_KEYWORD inline|public:|private:|protected:|template|operator|friend|static
}
"..." { return ELLIPSIS; }
[(){},*:<>;=%|+\!\?\.-] { return yytext[0]; }
[(){},*:<>;=%/|+\!\?\.-] { return yytext[0]; }
/* ignore pp-directives */
^{HWS}"#"{HWS}[a-z_]+[^\n]*\n {lexer_line.line++;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment