Fix build whine.

git-svn-id: svn://10.0.0.236/trunk@48140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
slamm%netscape.com 1999-09-18 01:15:57 +00:00
parent e74964de58
commit 46297b54e1

View File

@ -30,7 +30,7 @@
#include "jsutil.h" /* Added by JSIFY */
#ifdef JS_THREADSAFE
extern js_CompareAndSwap(jsword *, jsword, jsword);
extern int js_CompareAndSwap(jsword *, jsword, jsword);
#endif
static JSArena *arena_freelist;