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