Xfuncproto: define _X_INLINE for older compilers

This commit is contained in:
Daniel Stone 2006-09-21 18:43:06 +03:00 committed by Daniel Stone
parent 241e9dfd40
commit 178cae180b

View file

@ -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)