ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.180 by root, Wed Jan 22 23:17:31 2020 UTC vs.
Revision 1.181 by root, Tue Feb 18 16:49:07 2020 UTC

21# define GvCV_set(gv,cv) GvCV (gv) = cv 21# define GvCV_set(gv,cv) GvCV (gv) = cv
22#endif 22#endif
23 23
24#if EV_ENABLE_ASSERTIONS 24#if EV_ENABLE_ASSERTIONS
25# undef NDEBUG 25# undef NDEBUG
26# include <assert.h> 26#else
27# define NDEBUG 1
27#endif 28#endif
29
30/* make sure we get a real assert, not perl's incompatible version */
31#include <assert.h>
28 32
29#define EV_STANDALONE 1 33#define EV_STANDALONE 1
30#define EV_PROTOTYPES 1 34#define EV_PROTOTYPES 1
31#define EV_USE_NANOSLEEP EV_USE_MONOTONIC 35#define EV_USE_NANOSLEEP EV_USE_MONOTONIC
32#define EV_USE_FLOOR 1 36#define EV_USE_FLOOR 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines