summaryrefslogtreecommitdiff
path: root/lang/ficl/files/patch-ficlplatform_unix.h
blob: abd3b5789103ed0f65e6e2b32f3c0d53575e7a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ficlplatform/unix.h.orig	2010-09-15 18:29:10 UTC
+++ ficlplatform/unix.h
@@ -13,7 +13,7 @@
 #else
 #define FICL_PLATFORM_ALIGNMENT       (4)
 #endif
-#define FICL_PLATFORM_INLINE          inline
+#define FICL_PLATFORM_INLINE          static inline
 
 #define FICL_PLATFORM_HAS_FTRUNCATE   (1)
 #if defined(__amd64__)