aboutsummaryrefslogtreecommitdiff
path: root/gcc/intl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/intl.h')
-rw-r--r--gcc/intl.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/intl.h b/gcc/intl.h
index 3acc511..18f6649 100644
--- a/gcc/intl.h
+++ b/gcc/intl.h
@@ -27,17 +27,8 @@
# define setlocale(category, locale) (locale)
#endif
-#ifdef USE_INCLUDED_LIBINTL
-# include <intl/libgnuintl.h>
-#else
-# ifdef HAVE_LIBINTL_H
-# include <libintl.h>
-# else
-# undef ENABLE_NLS
-# endif
-#endif
-
#ifdef ENABLE_NLS
+#include <libintl.h>
extern void gcc_init_libintl (void);
extern size_t gcc_gettext_width (const char *);
#else