Avoid JSUint64 (NSPR style), use uint64 (SpiderMonkey style).

This commit is contained in:
Brendan Eich 2008-08-02 16:05:16 -07:00
parent 12a15d6872
commit b57540a87a

View File

@ -69,7 +69,7 @@ typedef union jsdpun {
uint32 hi, lo;
#endif
} s;
JSUint64 u64;
uint64 u64;
jsdouble d;
} jsdpun;