typedef token_kind_t as int
authorMatthias Braun <matthias.braun@kit.edu>
Fri, 25 May 2012 15:51:08 +0000 (17:51 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 17 Jun 2012 15:00:37 +0000 (17:00 +0200)
commit3a75131289ed543970968244180a5b828608b342
tree2e51fb306e627d40407ad0f1764ea5e8ee9984e5
parent5c6aa114d7732a62c9a506b2db617891f0a7b2a9
typedef token_kind_t as int

The enum was renamed to token_kind_tag_t, because extensions like the
ast-grep branch can register additional tokens. This also avoids
warnings, because we have a clearly defined type for the enum now.
diagnostic.c
parser.c
preprocessor.c
token.c
token_t.h