From 0d7e2db825f0d915695e093a9953544e57c3ecf4 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Nov 2007 08:38:06 +0000 Subject: [PATCH] save 1.2kb of code by not requiring priorities. wow. --- src/ev_cpp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 016da4c3..e12a9f9a 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -2,5 +2,7 @@ #define EV_MULTIPLICITY 0 #define EV_PERIODICS 0 #define EV_CONFIG_H +#define EV_MINPRI 0 +#define EV_MAXPRI 0 #include "ev++.h" -- 2.34.1