11
0
OBS User unknown
2007-11-22 23:56:17 +00:00
committed by Git OBS Bridge
commit a9cbfbbba2
23 changed files with 2229 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
--- gettext-tools/gnulib-lib/gl_anylinked_list2.h
+++ gettext-tools/gnulib-lib/gl_anylinked_list2.h
@@ -35,6 +35,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