parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / tokens_preprocessor.inc
index e456356..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)
@@ -15,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)