RESOLVED FIXED 6408
Mac development build broken on ToT
https://bugs.webkit.org/show_bug.cgi?id=6408
Summary Mac development build broken on ToT
Alexey Proskuryakov
Reported 2006-01-07 02:11:56 PST
The latest Win32 checkin has changed variadic macro syntax to a more common one, but didn't add __VA_ARGS__ required by it. Turns out only WebCore uses assertion macros with multiple arguments, not JSC.
Attachments
proposed patch (3.12 KB, patch)
2006-01-07 02:15 PST, Alexey Proskuryakov
mjs: review+
Alexey Proskuryakov
Comment 1 2006-01-07 02:15:51 PST
Created attachment 5522 [details] proposed patch
Alexey Proskuryakov
Comment 2 2006-01-07 02:23:40 PST
> Turns out only WebCore uses assertion macros with multiple arguments, not JSC. Or maybe JSC also uses them, but not with otherwise unused variables... Haven't really checked.
Note You need to log in before you can comment on or make changes to this bug.