ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.h
(Generate patch)

Comparing libev/ev.h (file contents):
Revision 1.175 by root, Tue Sep 9 13:24:13 2014 UTC vs.
Revision 1.177 by root, Tue Sep 9 13:34:46 2014 UTC

46# define EV_CPP(x) 46# define EV_CPP(x)
47#endif 47#endif
48 48
49#define EV_THROW EV_CPP(throw()) 49#define EV_THROW EV_CPP(throw())
50 50
51/* apple's proprietary clang fork errors out with exception specifications */
52/* in all sorts of places, so let's not even bother with them */
53/* users are strongly advised to install clang or gcc */
54#if __APPLE__ && __clang__
55# undef EV_THROW
56# define EV_THROW
57#endif
58
51EV_CPP(extern "C" {) 59EV_CPP(extern "C" {)
52 60
53/*****************************************************************************/ 61/*****************************************************************************/
54 62
55/* pre-4.0 compatibility */ 63/* pre-4.0 compatibility */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines