type: Make an assert()ion independent of the last entry of an enum.
[cparser] / tokens_preprocessor.inc
index 63ead55..c26d40a 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Matthias Braun <matze@braunis.de>
+ */
 T(CX_LIMITED_RANGE)
 T(DEFAULT)
 T(FENV_ACCESS)
@@ -6,6 +10,7 @@ T(OFF)
 T(ON)
 T(STDC)
 T(define)
+T(defined)
 T(elif)
 T(else)  /* remember that this gives T_else, not T_IDENTIFIER like most others */
 T(endif)
@@ -14,6 +19,7 @@ T(if)    /* remember that this gives T_if */
 T(ifdef)
 T(ifndef)
 T(include)
+T(include_next)
 T(line)
 T(pragma)
 T(undef)