##// END OF EJS Templates
add AIX to the list of compilers that don't have inline keyword
Benoit Boissinot -
r3561:8c617d48 default
parent child Browse files
Show More
@@ -13,11 +13,7 b''
13 #include <stdlib.h>
13 #include <stdlib.h>
14 #include <string.h>
14 #include <string.h>
15
15
16 #ifdef __hpux
16 #if defined __hpux || defined __SUNPRO_C || defined _AIX
17 #define inline
18 #endif
19
20 #ifdef __SUNPRO_C
21 # define inline
17 # define inline
22 #endif
18 #endif
23
19
General Comments 0
You need to be logged in to leave comments. Login now