source: trunk/third/mozilla/other-licenses/libart_lgpl/art_config.h @ 22288

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.
RevLine 
[22287]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
10typedef PRUint8 art_u8;
11typedef PRUint16 art_u16;
12typedef PRUint32 art_u32;
Note: See TracBrowser for help on using the repository browser.