diff --git a/tools/qfcc/source/type.c b/tools/qfcc/source/type.c index d326a5f33..981d2fbed 100644 --- a/tools/qfcc/source/type.c +++ b/tools/qfcc/source/type.c @@ -82,9 +82,9 @@ type_t *type_nil; type_t *type_default; // these will be built up further -type_t type_va_list = { ev_invalid, 0, ty_struct }; -type_t type_param = { ev_invalid, 0, ty_struct }; -type_t type_zero = { ev_invalid, 0, ty_struct }; +type_t type_va_list = { ev_invalid, 0, 0, ty_struct }; +type_t type_param = { ev_invalid, 0, 0, ty_struct }; +type_t type_zero = { ev_invalid, 0, 0, ty_struct }; type_t type_type_encodings = { ev_invalid, "@type_encodings", 0, ty_struct };