From 5558e7c469a17c8588c48709c6379619a0e42c5e Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 11 Dec 2007 08:26:37 +0000 Subject: [PATCH] Print type qualifiers for typedefs. [r18667] --- type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/type.c b/type.c index 2c57f89..8568ed6 100644 --- a/type.c +++ b/type.c @@ -243,6 +243,7 @@ static void print_compound_type(const compound_type_t *type) static void print_typedef_type_pre(const typedef_type_t *const type) { + print_type_qualifiers(type->type.qualifiers); fputs(type->declaration->symbol->string, out); } -- 2.20.1