dmd/compiler
drpriver 493cd034a9
ImportC: va_arg fails in working C code (#21186)
Fixes https://github.com/dlang/dmd/issues/20423

Ultimate cause of this issue was that va_arg was being shadowed
by the collected template-like macros. As va_arg is not a normal
function (it takes a type as a parameter), this interfered with
the cparser's rewrite of va_arg to a call to the single argument
template version in core.stdc.stdarg.
2025-04-11 05:10:31 +08:00
..
docs
ini
src ImportC: va_arg fails in working C code (#21186) 2025-04-11 05:10:31 +08:00
test ImportC: va_arg fails in working C code (#21186) 2025-04-11 05:10:31 +08:00
tools Update copyright years to 2025 (#20958) 2025-03-06 18:17:32 +08:00