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

Comparing EV/EV.xs (file contents):
Revision 1.172 by root, Sat Sep 17 02:28:30 2016 UTC vs.
Revision 1.173 by root, Tue Jun 25 23:57:23 2019 UTC

17 return s_fileno (fh, 0); 17 return s_fileno (fh, 0);
18} 18}
19 19
20#ifndef GvCV_set 20#ifndef GvCV_set
21# define GvCV_set(gv,cv) GvCV (gv) = cv 21# define GvCV_set(gv,cv) GvCV (gv) = cv
22#endif
23
24#if EV_ENABLE_ASSERTIONS
25# undef NDEBUG
26# include <assert.h>
22#endif 27#endif
23 28
24#define EV_STANDALONE 1 29#define EV_STANDALONE 1
25#define EV_PROTOTYPES 1 30#define EV_PROTOTYPES 1
26#define EV_USE_NANOSLEEP EV_USE_MONOTONIC 31#define EV_USE_NANOSLEEP EV_USE_MONOTONIC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines