mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Avoid JSUint64 (NSPR style), use uint64 (SpiderMonkey style).
This commit is contained in:
parent
12a15d6872
commit
b57540a87a
@ -69,7 +69,7 @@ typedef union jsdpun {
|
||||
uint32 hi, lo;
|
||||
#endif
|
||||
} s;
|
||||
JSUint64 u64;
|
||||
uint64 u64;
|
||||
jsdouble d;
|
||||
} jsdpun;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user