Revision 22288,
318 bytes
checked in by rbasch, 19 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r22287,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* This isn't pregenerated - use nspr, instead */ |
---|
2 | |
---|
3 | #include "prtypes.h" |
---|
4 | |
---|
5 | #define ART_SIZEOF_CHAR PR_BYTES_PER_BYTE |
---|
6 | #define ART_SIZEOF_SHORT PR_BYTES_PER_SHORT |
---|
7 | #define ART_SIZEOF_INT PR_BYTES_PER_ING |
---|
8 | #define ART_SIZEOF_LONG PR_BYTES_PER_LONG |
---|
9 | |
---|
10 | typedef PRUint8 art_u8; |
---|
11 | typedef PRUint16 art_u16; |
---|
12 | typedef PRUint32 art_u32; |
---|
Note: See
TracBrowser
for help on using the repository browser.