mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
The ABI requires that va_list is passed as a pointer although its contents is a kept in a structure. Therefore make it a single element array.
The ABI requires that va_list is passed as a pointer although its contents is a kept in a structure. Therefore make it a single element array.