[webkit-dev] Making use of a KJS_EXPORT macro

2007-06-01 Thread Luciano Montanaro
Hi all. I'm trying to reconcile the KJS and JSC repositories, and one of the differences I have found is the usage of the KJS_EXPORT macro, which expands to __attribute ((visibility(default))) on GCC and __declspec(dllexport) or __declspec(dllimport) on Microsoft compilers. I think it's a

Re: [webkit-dev] Making use of a KJS_EXPORT macro

2007-06-01 Thread Maciej Stachowiak
Hey Geoff, On Jun 1, 2007, at 9:51 AM, Geoffrey Garen wrote: Hi Luciano. I've found that the required exports from JavaScriptCore change all the time based on new functionality in WebCore or architectural changes in JavaScriptCore. I think that kind of documentation could quickly get