aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.h
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2010-02-14 19:44:07 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-02-14 19:44:07 +0000
commit0f667308a96b55574e8d024a0483a1cca100bce1 (patch)
treedcd9083bb8ddcca54218f5be9eb599e62829664f /gcc/collect2.h
parente4a20ced34656f9dee37bce74a07e22e281aa6a9 (diff)
downloadgcc-0f667308a96b55574e8d024a0483a1cca100bce1.zip
gcc-0f667308a96b55574e8d024a0483a1cca100bce1.tar.gz
gcc-0f667308a96b55574e8d024a0483a1cca100bce1.tar.bz2
intl.c (fake_ngettext): New function.
2010-02-14 Marco Poletti <poletti.marco@gmail.com> * intl.c (fake_ngettext): New function. * intl.h (fake_ngettext): Declare. (ngettext): Define macro. * collect2.c (notice_translated): New function. (main): Use notice_translated and ngettext. * collect2.h (notice_translated): Declare. From-SVN: r156762
Diffstat (limited to 'gcc/collect2.h')
-rw-r--r--gcc/collect2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/collect2.h b/gcc/collect2.h
index 81113cf..4095734 100644
--- a/gcc/collect2.h
+++ b/gcc/collect2.h
@@ -41,6 +41,7 @@ extern char *temporary_firstobj;
extern int vflag, debug;
extern void error (const char *, ...) ATTRIBUTE_PRINTF_1;
+extern void notice_translated (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void notice (const char *, ...) ATTRIBUTE_PRINTF_1;
extern void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
extern void fatal_perror (const char *, ...)