From 178cae180bc8b2e8feaaeda6d7c0317cf2715e14 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 21 Sep 2006 18:43:06 +0300 Subject: [PATCH] Xfuncproto: define _X_INLINE for older compilers --- Xfuncproto.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Xfuncproto.h.in b/Xfuncproto.h.in index 303743e..ef9702f 100644 --- a/Xfuncproto.h.in +++ b/Xfuncproto.h.in @@ -99,6 +99,7 @@ in this Software without prior written authorization from The Open Group. # define _X_EXPORT # define _X_HIDDEN # define _X_INTERNAL +# define _X_INLINE #endif #if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 301)