Bug 29131 - Use a different variadic macro format for Symbian compiler in WebCore/platform/StaticConstructors.h.
Summary: Use a different variadic macro format for Symbian compiler in WebCore/platfor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator S60 3rd edition
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 27065
  Show dependency treegraph
 
Reported: 2009-09-10 10:44 PDT by Yongjun Zhang
Modified: 2009-09-11 01:36 PDT (History)
2 users (show)

See Also:


Attachments
Use arg... instead of ellipsis in variadic macro definition. (1.51 KB, patch)
2009-09-10 11:26 PDT, Yongjun Zhang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yongjun Zhang 2009-09-10 10:44:13 PDT
For variadic macro like DEFINE_GLOBAL(type, name, ...), winscw compiler doesn't recognize ellipsis alone in the macro definition; adding string arg before ellipsis make it compile fine.
Comment 1 Yongjun Zhang 2009-09-10 11:26:30 PDT
Created attachment 39359 [details]
Use arg... instead of ellipsis in variadic macro definition.
Comment 2 WebKit Commit Bot 2009-09-11 01:35:58 PDT
Comment on attachment 39359 [details]
Use arg... instead of ellipsis in variadic macro definition.

Clearing flags on attachment: 39359

Committed r48289: <http://trac.webkit.org/changeset/48289>
Comment 3 WebKit Commit Bot 2009-09-11 01:36:02 PDT
All reviewed patches have been landed.  Closing bug.