You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
639 B

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