Thread (31 messages) flat view 31 messages, 5 authors, 2016-06-15
STALE3730d

[PATCH v5 13/18] inline declaration does not work on AIX

From: Gary V. Vaughan <hidden>
Date: 2016-06-15 22:48:48

Define away inline declaration on AIX.

Signed-off-by: Gary V. Vaughan <redacted>
---
 Makefile |    3 +++
 1 file changed, 3 insertions(+)

Index: b/Makefile
===================================================================
--- a/Makefile
+++ b/Makefile
@@ -912,6 +912,9 @@ ifeq ($(uname_S),AIX)
 	else
 		PTHREAD_LIBS = -lpthread
 	endif
+	ifeq ($(shell expr "$(uname_V).$(uname_R)" : '5\.1'),3)
+		INLINE=''
+	endif
 	GIT_TEST_CMP = cmp
 endif
 ifeq ($(uname_S),GNU)
-- 
Gary V. Vaughan (gary@thewrittenword.com)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help