| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to compiler.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / xmil / palm | 
| version 1.1, 2005/02/07 16:56:32 | version 1.2, 2005/02/26 03:59:50 | 
|---|---|
| Line 25 typedef signed int SINT32; | Line 25 typedef signed int SINT32; | 
| typedef unsigned int UINT32; | typedef unsigned int UINT32; | 
| typedef signed long long SINT64; | typedef signed long long SINT64; | 
| typedef unsigned long long UINT64; | typedef unsigned long long UINT64; | 
| //typedef int BOOL; | |
| #define TRUE true | #define TRUE true | 
| #define FALSE false | #define FALSE false |