No functional changes, just to make the following patch more readable. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parse.c b/parse.c index e255345fd..a60fcff45 100644 --- a/parse.c +++ b/parse.c @@ -627,6 +627,8 @@ struct statement *alloc_statement(struct position pos, int type) static struct token *struct_declaration_list(struct token *token, struct symbol_list **list); +static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype); + static void apply_modifiers(struct position pos, struct decl_state *ctx) { struct symbol *ctype; @@ -962,8 +964,6 @@ static struct token *enum_specifier(struct token *token, struct decl_state *ctx) return ret; } -static void apply_ctype(struct position pos, struct ctype *thistype, struct ctype *ctype); - static struct token *typeof_specifier(struct token *token, struct decl_state *ctx) { struct symbol *sym; -- 2.16.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html