ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/tifftypes.h
(Generate patch)

Comparing ray/src/common/tifftypes.h (file contents):
Revision 3.1 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.2 by greg, Wed Oct 27 23:23:47 2004 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines