adapt to latest libfirm
[cparser] / tokens_preprocessor.inc
index 63ead55..aa11d22 100644 (file)
@@ -6,6 +6,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 +15,7 @@ T(if)    /* remember that this gives T_if */
 T(ifdef)
 T(ifndef)
 T(include)
+T(include_next)
 T(line)
 T(pragma)
 T(undef)