mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
[svn r124] Fixed another D vararg + return in ptr bug.
Fixed some nested function calls failed to resolve the context ptr.
This commit is contained in:
@@ -449,7 +449,7 @@ formattedPrint("The answer is %s:", x, 6);
|
||||
------------------------
|
||||
*/
|
||||
|
||||
void doFormat(void delegate(dchar) putc, TypeInfo[] arguments, va_list argptr)
|
||||
void doFormat(void delegate(dchar) putc, TypeInfo[] arguments, void* argptr)
|
||||
{ int j;
|
||||
TypeInfo ti;
|
||||
Mangle m;
|
||||
|
||||
Reference in New Issue
Block a user