X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/9f782cc0e58c86d14fd9c1bdc3b8e514769588c5..refs/heads/master:/ev%20%20.h/software/libev.git/blobdiff_plain/9f782cc0e58c86d14fd9c1bdc3b8e514769588c5..refs/heads/master:/ev++.h diff --git a/ev++.h b/ev++.h index 0a31f6b..5c0693d 100644 --- 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