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

Comparing liblzf/lzfP.h (file contents):
Revision 1.3 by root, Sun Nov 17 11:39:26 2002 UTC vs.
Revision 1.4 by pcg, Wed Oct 15 00:58:48 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
97# undef STRICT_ALIGN 96# undef STRICT_ALIGN
98# define STRICT_ALIGN 1 97# define STRICT_ALIGN 1
99# endif 98# endif
100#endif 99#endif
101 100

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines