http://d.puremagic.com/issues/show_bug.cgi?id=4172
--- Comment #18 from nfx...@gmail.com 2010-12-21 20:41:46 PST --- (In reply to comment #17) > We could invent our own ABI for varargs, and it would be simple. But then, > we're screwed trying to interoperate with C code that uses varargs. The D ABI doesn't need to follow the C ABI, and that includes varargs. Of course the compiler still needs to implement the C ABI for extern(C) functions, but that is nothing a D programmer needs to care about. This issue wasn't about the C ABI at all. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------