[Issue 670] _argptr is char *

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 8 16:13:15 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=670


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #6 from Walter Bright <bugzilla at digitalmars.com> 2010-11-08 16:12:09 PST ---
va_list is a void* on 64 bit targets, too. I originally had it as a pointer to
that wacky struct required for the 64 bit C ABI, but it works better to treat
it as a void*, and in the implementation of va_arg do the casting as necessary.
This helps preserve encapsulation.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the D.gnu mailing list