ast2firm: Factorise code to convert a value to its storage type.
[cparser] / tokens_preprocessor.inc
index e456356..aa11d22 100644 (file)
@@ -15,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)