Subj : Re: JS_THREADSAFE required for clients of threadsafe js32.dll? To : Justin Fletcher From : Brendan Eich Date : Mon Nov 15 2004 02:51 pm > #ifdef JS_THREADSAFE > #define JS_NewRuntime(maxbytes) JS_Init(maxbytes, 1) > #else > #define JS_NewRuntime(maxbytes) JS_Init(maxbytes, 0) > #endif We can't change any API, including a macro one. Without a new API, we can't automate this consistency check. Do we need a new API here, or just better docs? I bet real money that a new API will not be used by those who need the better docs. /be .