summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soltools/cpp/cpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/soltools/cpp/cpp.h b/soltools/cpp/cpp.h
index 64c37ad07899..ab5a89fc99eb 100644
--- a/soltools/cpp/cpp.h
+++ b/soltools/cpp/cpp.h
@@ -46,7 +46,7 @@ enum toktype
COLON, ASGN, COMMA, SHARP, SEMIC, CBRA, CKET,
ASPLUS, ASMINUS, ASSTAR, ASSLASH, ASPCT, ASCIRC, ASLSH,
ASRSH, ASOR, ASAND, ELLIPS,
- DSHARP1, NAME1, NAME2, DEFINED, UMINUS, ARCHITECTURE, IDENT,
+ DSHARP1, NAME1, NAME2, DEFINED, UMINUS, ARCHITECTURE,
COMMENT
};