From 4179355c2b48ffa197ae4cf21b521ccf0201436c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2007 00:17:08 +0000 Subject: fix some aliasing issues again --- ev_vars.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ev_vars.h') diff --git a/ev_vars.h b/ev_vars.h index 951c45d..36e7485 100644 --- a/ev_vars.h +++ b/ev_vars.h @@ -63,12 +63,12 @@ VARx(int *, fdchanges) VARx(int, fdchangemax) VARx(int, fdchangecnt) -VARx(struct ev_timer **, timers) +VARx(WT *, timers) VARx(int, timermax) VARx(int, timercnt) #if EV_PERIODIC_ENABLE || EV_GENWRAP -VARx(struct ev_periodic **, periodics) +VARx(WT *, periodics) VARx(int, periodicmax) VARx(int, periodiccnt) #endif -- cgit v1.2.3