mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-03 12:12:46 +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.