From 98e48d58e6e79cdcef4422ad6091686b76ffeefb Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 17 Sep 2008 14:47:40 +0000 Subject: [PATCH] Small simplification. [r22039] --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.c b/parser.c index 4d7ef61..dddd4bc 100644 --- a/parser.c +++ b/parser.c @@ -4378,7 +4378,7 @@ static declaration_t *record_declaration( previous_declaration == NULL) { warningf(&declaration->source_position, "function declaration '%#T' is not a prototype", - orig_type, declaration->symbol); + orig_type, symbol); } if (warning.main && is_type_function(type) && is_sym_main(symbol)) { -- 2.20.1