Forgot to check this in as part of 54743's big patch, d'oh\!

This commit is contained in:
brendan%mozilla.org 2000-12-05 06:42:14 +00:00
parent bdcc22b5e1
commit 2ea8983c5d

View File

@ -49,7 +49,7 @@ typedef uint32 jsuint;
typedef float64 jsdouble;
typedef jsword jsval;
typedef jsword jsid;
typedef jsword jsrefcount;
typedef int32 jsrefcount; /* PRInt32 if JS_THREADSAFE, see jslock.h */
typedef enum JSVersion {
JSVERSION_1_0 = 100,