Do not get the break block of a switch before it is sure that a jump there is actuall...
[cparser] / token.c
diff --git a/token.c b/token.c
index ddadc54..e72e549 100644 (file)
--- a/token.c
+++ b/token.c
@@ -66,7 +66,7 @@ static void register_token(unsigned mode, token_kind_t id, const char *string)
        }
 }
 
-static void register_pp_token(unsigned mode, token_kind_t id,
+static void register_pp_token(unsigned mode, preprocessor_token_kind_t id,
                               const char *string)
 {
        if (! (c_mode & mode))