summaryrefslogtreecommitdiff
path: root/Xfuncproto.h.in
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-09-21 18:43:06 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-09-21 18:43:06 +0300
commit178cae180bc8b2e8feaaeda6d7c0317cf2715e14 (patch)
tree4146c403089c625eb21cd2cea311506f5a11d3c3 /Xfuncproto.h.in
parent241e9dfd400aa21919d06fb7c78b5730eee12aab (diff)
Xfuncproto: define _X_INLINE for older compilers
Diffstat (limited to 'Xfuncproto.h.in')
-rw-r--r--Xfuncproto.h.in1
1 files changed, 1 insertions, 0 deletions
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)