| # | Line 17 | Line 17 | typedef char int8; | |
|---|---|---|
| 17 | typedef unsigned char uint8; | |
| 18 | typedef short int16; | |
| 19 | typedef unsigned short uint16; /* sizeof (uint16) must == 2 */ | |
| 20 | < | #if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) |
| 20 | > | #if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) || defined(__LP64__) || defined(__x86_64) |
| 21 | typedef int int32; | |
| 22 | typedef unsigned int uint32; /* sizeof (uint32) must == 4 */ | |
| 23 | #else | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |