X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fintl.h;fp=gcc%2Fintl.h;h=2df9b178c00cf85a2d781d109b08e7243351caa2;hb=7dde752d904209f65b06e487d52f8312583b01c6;hp=902e7ae423cfa146b0e5a717375ad096fdbdc618;hpb=3dd43e3ea475fd9faa1f57d3c8fc8c332a733415;p=pf3gnuchains%2Fgcc-fork.git 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;