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

Comparing EV/EV.xs (file contents):
Revision 1.42 by root, Fri Nov 2 22:03:00 2007 UTC vs.
Revision 1.44 by root, Fri Nov 2 23:22:17 2007 UTC

24 *stash_signal, 24 *stash_signal,
25 *stash_idle, 25 *stash_idle,
26 *stash_prepare, 26 *stash_prepare,
27 *stash_check, 27 *stash_check,
28 *stash_child; 28 *stash_child;
29
30#ifndef SIG_SIZE
31/* kudos to Slaven Rezic for the idea */
32static char sig_size [] = { SIG_NUM };
33# define SIG_SIZE (sizeof (sig_size) + 1)
34#endif
29 35
30static int 36static int
31sv_signum (SV *sig) 37sv_signum (SV *sig)
32{ 38{
33 int signum; 39 int signum;
324 OUTPUT: 330 OUTPUT:
325 RETVAL 331 RETVAL
326 332
327NV ev_time () 333NV ev_time ()
328 334
329void ev_init (int methods = EVMETHOD_AUTO) 335int ev_init (int methods = EVMETHOD_AUTO)
330 336
331void ev_loop (int flags = 0) 337void ev_loop (int flags = 0)
332 338
333void ev_loop_done (int value = 1) 339void ev_loop_done (int value = 1)
334 CODE: 340 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines