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

Comparing libev/ev.h (file contents):
Revision 1.165 by root, Mon Apr 2 23:14:41 2012 UTC vs.
Revision 1.166 by root, Mon Apr 2 23:46:11 2012 UTC

54#ifndef EV_COMPAT3 54#ifndef EV_COMPAT3
55# define EV_COMPAT3 1 55# define EV_COMPAT3 1
56#endif 56#endif
57 57
58#ifndef EV_FEATURES 58#ifndef EV_FEATURES
59# if defined __OPTIMIZE_SIZE__
60# define EV_FEATURES 0x7c
61# else
59# define EV_FEATURES 0x7f 62# define EV_FEATURES 0x7f
63# endif
60#endif 64#endif
61 65
62#define EV_FEATURE_CODE ((EV_FEATURES) & 1) 66#define EV_FEATURE_CODE ((EV_FEATURES) & 1)
63#define EV_FEATURE_DATA ((EV_FEATURES) & 2) 67#define EV_FEATURE_DATA ((EV_FEATURES) & 2)
64#define EV_FEATURE_CONFIG ((EV_FEATURES) & 4) 68#define EV_FEATURE_CONFIG ((EV_FEATURES) & 4)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines