mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
25d77eb313
Makes the build stuff easier.
13 lines
318 B
C
13 lines
318 B
C
/* This isn't pregenerated - use nspr, instead */
|
|
|
|
#include "prtypes.h"
|
|
|
|
#define ART_SIZEOF_CHAR PR_BYTES_PER_BYTE
|
|
#define ART_SIZEOF_SHORT PR_BYTES_PER_SHORT
|
|
#define ART_SIZEOF_INT PR_BYTES_PER_ING
|
|
#define ART_SIZEOF_LONG PR_BYTES_PER_LONG
|
|
|
|
typedef PRUint8 art_u8;
|
|
typedef PRUint16 art_u16;
|
|
typedef PRUint32 art_u32;
|