X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=tokens_preprocessor.inc;h=c26d40a2dd53720e27a915e50917a016084ebb33;hb=84b4c24ec6848505549af4b240df492317138f27;hp=e456356cac578bd929e0d5cb4863f1bb36cb90d1;hpb=5f2962481dcd6086d6c8e672bc0814ec185ee1bb;p=cparser diff --git a/tokens_preprocessor.inc b/tokens_preprocessor.inc index e456356..c26d40a 100644 --- a/tokens_preprocessor.inc +++ b/tokens_preprocessor.inc @@ -1,3 +1,7 @@ +/* + * This file is part of cparser. + * Copyright (C) 2012 Matthias Braun + */ 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)