Closed mmuman closed 4 years ago
Rebased.
Looks like POSIX & ISO C mandate va_copy
to be a macro, so I suppose we could instead use !defined(va_copy)
… I think I saw somewhere the best implementation would be with memcpy.
merged, thanks.
I suppose we could instead use !defined(va_copy)…
Thank you for the hint, I will keep it in mind.
This fixes the build for Haiku: