diff options
Diffstat (limited to 'contrib/libev')
-rw-r--r-- | contrib/libev/ev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libev/ev.c b/contrib/libev/ev.c index 533b19e3d..3aab45006 100644 --- a/contrib/libev/ev.c +++ b/contrib/libev/ev.c @@ -5652,8 +5652,8 @@ ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_NOEXCEPT wl = wn; } #endif -/* EV_STAT 0x00001000 /* stat data changed */ -/* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ +// EV_STAT 0x00001000 /* stat data changed */ +// EV_EMBED 0x00010000 /* embedded event loop needs sweep */ } #endif void |