]> git.llucax.com Git - software/libev.git/commitdiff
Use #if !EV_MULTIPLICITY instead of #ifndef because it should be defined always. master
authorllucax <llucax>
Tue, 22 Jan 2008 17:57:17 +0000 (17:57 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Tue, 22 Jan 2008 18:18:11 +0000 (16:18 -0200)
ev++.h

diff --git a/ev++.h b/ev++.h
index 0a31f6b2b410725d6dafb1c7d77b37b0c32078b7..5c0693dc031e8c50fcc004afb1613831459e44fd 100644 (file)
--- a/ev++.h
+++ b/ev++.h
@@ -377,7 +377,7 @@ namespace ev {
     : loop_ref (ev_default_loop (flags))
 #endif
     {
-#ifndef EV_MULTIPLICITY
+#if !EV_MULTIPLICITY
     if (!ev_default_loop (flags))
       throw bad_loop ();
 #endif