Skip to content

Commit e3ce49e

Browse files
Make va_end usable with -betterC (dlang/dmd!21239)
1 parent 60079c3 commit e3ce49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/druntime/src/core/stdc/stdarg.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ else version (LDC)
316316
}
317317
else version (DigitalMars)
318318
{
319-
void va_end(va_list ap) {}
319+
void va_end()(va_list ap) {}
320320
}
321321

322322

0 commit comments

Comments
 (0)