--- libev/ev.pod 2008/02/20 17:45:29 1.132 +++ libev/ev.pod 2008/02/24 06:50:16 1.133 @@ -2104,7 +2104,7 @@ // no locking etc. queue_put (data); - ev_async_send (DEFAULT_ &mysig); + ev_async_send (EV_DEFAULT_ &mysig); } static void @@ -2145,7 +2145,7 @@ queue_put (data); pthread_mutex_unlock (&mymutex); - ev_async_send (DEFAULT_ &mysig); + ev_async_send (EV_DEFAULT_ &mysig); } static void