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

Comparing libecb/ecb.h (file contents):
Revision 1.88 by root, Mon May 28 08:40:25 2012 UTC vs.
Revision 1.89 by root, Mon May 28 08:54:03 2012 UTC

54 #else 54 #else
55 #define ECB_PTRSIZE 4 55 #define ECB_PTRSIZE 4
56 typedef uint32_t uintptr_t; 56 typedef uint32_t uintptr_t;
57 typedef int32_t intptr_t; 57 typedef int32_t intptr_t;
58 #endif 58 #endif
59 typedef intptr_t ptrdiff_t;
59#else 60#else
60 #include <inttypes.h> 61 #include <inttypes.h>
61 #if UINTMAX_MAX > 0xffffffffU 62 #if UINTMAX_MAX > 0xffffffffU
62 #define ECB_PTRSIZE 8 63 #define ECB_PTRSIZE 8
63 #else 64 #else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines