[Issue 3781] ICE(interpret.c): using no-argument C-style variadic function in CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 9 01:21:48 PST 2010


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



--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-02-09 01:21:47 PST ---
Oops, there's a missing parentheses. Should be:

if (tf->varargs && arguments && ((parameters && arguments->dim !=
parameters->dim) || (!parameters && arguments->dim)))

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


More information about the Digitalmars-d-bugs mailing list