summary refs log tree commit diff
path: root/pkgs/development/tools/misc/indent/darwin.patch
blob: 5458a0d93bff33f47cd4b773ed8df101bdce2f5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/config.h.in b/config.h.in
index 07e6fce..0c57e2a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -432,8 +432,8 @@
 # endif
 # define _GL_EXTERN_INLINE extern
 #else
-# define _GL_INLINE static _GL_UNUSED
-# define _GL_EXTERN_INLINE static _GL_UNUSED
+# define _GL_INLINE static
+# define _GL_EXTERN_INLINE static
 #endif
 
 #if 4 < __GNUC__ + (6 <= __GNUC_MINOR__)