From 1f7c39b918bad81261c9ea3904b1f3c5b6e49c51 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 23 Feb 2011 14:49:00 +0900 Subject: [PATCH] Chain @va_list's type. Oops :P --- tools/qfcc/source/type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/qfcc/source/type.c b/tools/qfcc/source/type.c index 54d2609f7..b4282fd5a 100644 --- a/tools/qfcc/source/type.c +++ b/tools/qfcc/source/type.c @@ -872,6 +872,7 @@ chain_initial_types (void) va_list_struct[1].type = pointer_type (&type_param); make_structure (0, 's', va_list_struct, &type_va_list); + chain_type (&type_va_list); if (options.traditional) return;