I'm going to just keep bludgeoning these typedefs until they stick

This commit is contained in:
shaver@mozilla.org 2008-07-10 10:18:22 -04:00
parent 131f5aca33
commit 66ff430be2

View File

@ -64,11 +64,13 @@
* Thanks for your time.
*/
typedef JSWord intptr_t;
#endif
typedef JSUint8 uint8_t;
typedef JSUint16 uint16_t;
typedef JSUint32 uint32_t;
typedef JSUint64 uint64_t;
#else
#include <stdint.h>
#endif
#if defined(__i386__)