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

Comparing libecb/ecb.h (file contents):
Revision 1.28 by root, Thu May 26 23:23:08 2011 UTC vs.
Revision 1.29 by root, Mon May 30 16:22:55 2011 UTC

53typedef _Bool ecb_bool; 53typedef _Bool ecb_bool;
54# else 54# else
55# define ECB_INLINE inline /* yeah! */ 55# define ECB_INLINE inline /* yeah! */
56typedef int ecb_bool; 56typedef int ecb_bool;
57# endif 57# endif
58#else
59# define ECB_INLINE inline
60typedef bool ecb_bool;
58#endif 61#endif
59 62
60#define ECB_CONCAT_(a, b) a ## b 63#define ECB_CONCAT_(a, b) a ## b
61#define ECB_CONCAT(a, b) ECB_CONCAT_(a, b) 64#define ECB_CONCAT(a, b) ECB_CONCAT_(a, b)
62#define ECB_STRINGIFY_(a) # a 65#define ECB_STRINGIFY_(a) # a

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines