seanbaxter / circle

The compiler is available for download. Get it!
http://www.circle-lang.org/
2.42k stars 74 forks source link

undeclared identifier: va_copy #182

Open johnsonjh opened 1 year ago

johnsonjh commented 1 year ago
undeclared identifier 'va_copy'
        va_copy(args2, args);

Using __builtin_va_copy seems to be a workaround.