diff options
Diffstat (limited to 'gcc/intl.h')
-rw-r--r-- | gcc/intl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/intl.h b/gcc/intl.h index 902e7ae423c..2df9b178c00 100644 --- a/gcc/intl.h +++ b/gcc/intl.h @@ -54,6 +54,8 @@ extern size_t gcc_gettext_width (const char *); # define G_(gmsgid) gmsgid #endif +extern char *get_spaces (const char *); + extern const char *open_quote; extern const char *close_quote; extern const char *locale_encoding; |