]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Allow disabling "inline"
authorGary V. Vaughan <git@mlists.thewrittenword.com>
Fri, 14 May 2010 09:31:43 +0000 (09:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Jun 2010 00:36:27 +0000 (17:36 -0700)
commitf9f33cdc78b5893a4764b1437b59536f399a50d1
treecd509cc43dcd284861f820c62ffa6395d9aaa2e6
parente88a135bc55a974ea04576ccc014c5e2bdc4b892
Allow disabling "inline"

Compiler support for inline is sometimes buggy, and occasionally
missing entirely.  This patch adds a test for inline support, and
redefines the keyword with the preprocessor if necessary at compile
time.

Signed-off-by: Gary V. Vaughan <gary@thewrittenword.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
config.mak.in
configure.ac