summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2010-03-16 00:26:41 +0000
committerroot <root>2010-03-16 00:26:41 +0000
commitf66f93858a4f29964c38f79765c17dea8fc394ca (patch)
tree2ee7036efd492aa4c97192c258f8bf63c6fd75b3 /ev_vars.h
parent42a515683c8434c476de42b87c0f327e459810dc (diff)
let the user decide about asserts
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev_vars.h b/ev_vars.h
index da53ee8..e5f99e4 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -173,7 +173,7 @@ VARx(ev_io, sigfd_w)
VARx(sigset_t, sigfd_set)
#endif
-#if EV_MINIMAL < 2 || EV_GENWRAP
+#if EV_FEATURE_API || EV_GENWRAP
VARx(unsigned int, loop_count) /* total number of loop iterations/blocks */
VARx(unsigned int, loop_depth) /* #ev_loop enters - #ev_loop leaves */