summaryrefslogtreecommitdiffhomepage
path: root/cppbnf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppbnf.cpp')
-rwxr-xr-xcppbnf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppbnf.cpp b/cppbnf.cpp
index 4818fc3..fd246ba 100755
--- a/cppbnf.cpp
+++ b/cppbnf.cpp
@@ -220,7 +220,7 @@ BNF GetCppBNFLex()
{"preprocessing-token", {
{"header-name"},
- {"import-keyword"},
+ //{"import-keyword"}, // TODO
{"identifier"},
{"pp-number"},
{"character-literal"},