Remove the typedef for the non-existent type_argument_t.
[cparser] / tokens_preprocessor.inc
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunredo preprocessor output concerning spaces,newlines
2008-10-26 Christoph MallonAdd C++ keywords.
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-13 Michael Beckimplemented anchor set
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2007-12-29 Michael Beckadd preprocessor tokens for STDC pragma and vararg...
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...