diff options
Diffstat (limited to 'gcc/intl.h')
-rw-r--r-- | gcc/intl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #ifdef ENABLE_NLS extern void gcc_init_libintl PARAMS ((void)); +extern size_t gcc_gettext_width PARAMS ((const char *)); #else /* Stubs. */ # undef textdomain |