mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
Chain @va_list's type.
Oops :P
This commit is contained in:
parent
a1ea492889
commit
1f7c39b918
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue