#1252 net.sourceforge.pmd.lang.ast.TokenMgrError: Lexical error in file xxx.cpp

This commit is contained in:
Andreas Dangel
2014-10-18 12:33:40 +02:00
parent 66ea6b0f9b
commit 5f9bd17ee6
3 changed files with 11 additions and 0 deletions

View File

@ -133,6 +133,8 @@ PARSER_END(CppParser)
SKIP :
{
"\ufeff" // UTF Byte Order Mark
|
" "
|
"\f"