#1252 implement BOM detection differently for cpp

This commit is contained in:
Andreas Dangel
2014-12-12 17:45:38 +01:00
parent 8fb2f0a09f
commit 6b3b9d0ccc
2 changed files with 4 additions and 3 deletions

View File

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