Skip to content

Commit

Permalink
inline declaration does not work on AIX
Browse files Browse the repository at this point in the history
Define away inline declaration on AIX.

Signed-off-by: Gary V. Vaughan <gary@thewrittenword.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Gary V. Vaughan authored and Junio C Hamano committed Jun 1, 2010
1 parent f9f33cd commit 520fbc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 520fbc2

Please sign in to comment.