Ignore:
Timestamp:
Apr 6, 2011, 4:38:42 PM (14 years ago)
Author:
[email protected]
Message:

Reviewed by Darin Adler.

Make sure JS_EXPORT_PRIVATE is an empty define when we aren't using the export macros.

https://bugs.webkit.org/show_bug.cgi?id=27551

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/config.h

    r81135 r83121  
    6060#endif
    6161
    62 #define WTF_EXPORT_PRIVATE JS_EXPORTDATA
    63 #define JS_EXPORT_PRIVATE JS_EXPORTDATA
     62#define WTF_EXPORT_PRIVATE
     63#define JS_EXPORT_PRIVATE
    6464
    6565#endif /* USE(EXPORT_MACROS) */
Note: See TracChangeset for help on using the changeset viewer.