forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- config.h.in.orig 2022-08-06 23:19:44 | ||
+++ config.h.in 2024-09-23 10:34:50 | ||
@@ -1187,8 +1187,8 @@ | ||
# define _GL_EXTERN_INLINE extern | ||
# define _GL_EXTERN_INLINE_IN_USE | ||
#else | ||
-# define _GL_INLINE static _GL_UNUSED | ||
-# define _GL_EXTERN_INLINE static _GL_UNUSED | ||
+# define _GL_INLINE _GL_UNUSED static | ||
+# define _GL_EXTERN_INLINE _GL_UNUSED static | ||
#endif | ||
|
||
/* In GCC 4.6 (inclusive) to 5.1 (exclusive), |