diff options
Diffstat (limited to 'cppbnf.cpp')
-rwxr-xr-x | cppbnf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ BNF GetCppBNFLex() {"preprocessing-token", { {"header-name"}, - {"import-keyword"}, + //{"import-keyword"}, // TODO {"identifier"}, {"pp-number"}, {"character-literal"}, |