* loadmsgcat.c (PRI_MACROS_BROKEN) [_LIBC]: Define to 0, if
undefined.
+2014-04-30 Steve Ellcey <sellcey@mips.com> (tiny change)
+
+ * loadmsgcat.c (PRI_MACROS_BROKEN) [_LIBC]: Define to 0, if
+ undefined.
+
2014-04-23 Daiki Ueno <ueno@gnu.org>
intl: Port to Bison 3.0
# include "lock.h"
#endif
+#ifdef _LIBC
+# ifndef PRI_MACROS_BROKEN
+# define PRI_MACROS_BROKEN 0
+# endif
+#endif
+
/* Provide fallback values for macros that ought to be defined in <inttypes.h>.
Note that our fallback values need not be literal strings, because we don't
use them with preprocessor string concatenation. */