=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/engine/Z.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM_contrib2/asir2000/engine/Z.c 2009/03/02 16:28:30 1.11 +++ OpenXM_contrib2/asir2000/engine/Z.c 2013/11/05 11:36:58 1.12 @@ -3,7 +3,7 @@ #include "inline.h" #if defined(__GNUC__) -#define INLINE inline +#define INLINE static inline #elif defined(VISUAL) #define INLINE __inline #else