From e1ac783eac77663ff00a3908bfd9ee2e2b7f8b38 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Fri, 5 Sep 2014 16:21:19 +0000 Subject: [PATCH] *** empty log message *** --- ev.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ev.c b/ev.c index c8faa4b..f94fbf5 100644 --- a/ev.c +++ b/ev.c @@ -45,11 +45,11 @@ # include "config.h" # endif -#if HAVE_FLOOR -# ifndef EV_USE_FLOOR -# define EV_USE_FLOOR 1 +# if HAVE_FLOOR +# ifndef EV_USE_FLOOR +# define EV_USE_FLOOR 1 +# endif # endif -#endif # if HAVE_CLOCK_SYSCALL # ifndef EV_USE_CLOCK_SYSCALL -- 2.39.2