diff options
Diffstat (limited to 'ev_vars.h')
-rw-r--r-- | ev_vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ VARx(struct ev_timer **, timers) VARx(int, timermax) VARx(int, timercnt) -#if EV_PERIODICS || EV_GENWRAP +#if EV_PERIODIC_ENABLE || EV_GENWRAP VARx(struct ev_periodic **, periodics) VARx(int, periodicmax) VARx(int, periodiccnt) |