1
0
gettext-runtime/gettext-initialize_vars.patch

18 lines
640 B
Diff
Raw Normal View History

2010-12-21 13:54:03 +01:00
Index: gettext-tools/gnulib-lib/gl_anylinked_list2.h
===================================================================
--- a/gettext-tools/gnulib-lib/gl_anylinked_list2.h.orig 2010-05-24 11:42:37.000000000 +0200
+++ b/gettext-tools/gnulib-lib/gl_anylinked_list2.h 2010-12-20 18:47:11.981132438 +0100
2010-12-21 13:54:03 +01:00
@@ -34,6 +34,12 @@
# define ASYNCSAFE(type)
#endif
+#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ >= 3) || (__GNUC__ == 4 && __GNUC_MINOR__ > 1)
+# ifndef lint
+# define lint
+# endif
+#endif
+
/* -------------------------- gl_list_t Data Type -------------------------- */
static gl_list_t