Commit 7bed25a23f0967cc5a57bfe913416a85a59fd913

Adam Roben 2012-03-09T11:10:22

Fix the build on Windows

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests-clar/attr/attr_expect.h b/tests-clar/attr/attr_expect.h
index bea5624..b064eac 100644
--- a/tests-clar/attr/attr_expect.h
+++ b/tests-clar/attr/attr_expect.h
@@ -15,7 +15,7 @@ struct attr_expected {
 	const char *expected_str;
 };
 
-static inline void attr_check_expected(
+GIT_INLINE(void) attr_check_expected(
 	enum attr_expect_t expected,
 	const char *expected_str,
 	const char *value)