[Issue 21974] importC: Error: undefined identifier '__builtin_va_list'
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 16 09:14:14 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21974
--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---
As you say, it's problematic to add the __builtin_va_list to cparse, as cparse
does not have access to the types.
A simple approach is to have the semantic routines start by adding the
declaration for it, rather than cparse.
--
More information about the Digitalmars-d-bugs
mailing list