summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-04-06 14:34:50 +0000
committerroot <root>2008-04-06 14:34:50 +0000
commit3d0af358d5546af2152aceb584947b9647499967 (patch)
tree1fd0037775a4dc90a4c6c87d4068263c50861f7e /ev.c
parent226209f9a7f9890de15359d7e50cad68fe45283b (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 41fab78..68adb7e 100644
--- a/ev.c
+++ b/ev.c
@@ -302,7 +302,7 @@ int eventfd (unsigned int initval, int flags);
#else
# define expect(expr,value) (expr)
# define noinline
-# if __STDC_VERSION__ < 199901L
+# if __STDC_VERSION__ < 199901L && __GNUC__ < 2
# define inline
# endif
#endif