mercurial/bdiff.c
changeset 3547 8c617d48564a
parent 3369 4bad632913d8
child 4073 95ffa36d1d2a
child 4131 1ca664c964e0
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -13,11 +13,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifdef __hpux
-#define inline
-#endif
-
-#ifdef __SUNPRO_C
+#if defined __hpux || defined __SUNPRO_C || defined _AIX
 # define inline
 #endif