25845f
Fix -Wundef warning.  It was fixed upstream as part of this commit:
25845f
25845f
commit 3247f28556d1de7f9837f6e9ee8c63fa56b93c13
25845f
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
25845f
Date:   Thu Jul 3 01:36:10 2014 +0530
25845f
25845f
    Sync up loadmsgcat.c with gettext
25845f
25845f
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
25845f
index c70152010ecd2624..243783a9ac4d0929 100644
25845f
--- a/intl/loadmsgcat.c
25845f
+++ b/intl/loadmsgcat.c
25845f
@@ -89,6 +89,7 @@ char *alloca ();
25845f
 # include "../locale/localeinfo.h"
25845f
 # include <not-cancel.h>
25845f
 # include <bits/libc-lock.h>
25845f
+# define PRI_MACROS_BROKEN 0
25845f
 #endif
25845f
 
25845f
 /* Provide fallback values for macros that ought to be defined in <inttypes.h>.