ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/lzf/lzfP.h
(Generate patch)

Comparing gvpe/src/lzf/lzfP.h (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:03 2003 UTC vs.
Revision 1.2 by pcg, Thu Oct 16 21:12:43 2003 UTC

91# if USHRT_MAX == 65535 91# if USHRT_MAX == 65535
92 typedef unsigned short u16; 92 typedef unsigned short u16;
93# elif UINT_MAX == 65535 93# elif UINT_MAX == 65535
94 typedef unsigned int u16; 94 typedef unsigned int u16;
95# else 95# else
96# warn need 16 bit datatype when STRICT_ALIGN == 0, this is non-fatal 96/*# warn need 16 bit datatype when STRICT_ALIGN == 0, this is non-fatal*/
97# undef STRICT_ALIGN 97# undef STRICT_ALIGN
98# define STRICT_ALIGN 1 98# define STRICT_ALIGN 1
99# endif 99# endif
100#endif 100#endif
101 101

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines