This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: __attribute__ ((deprecated))
- To: "Philipp Thomas" <pthomas at suse dot de>
- Subject: RE: __attribute__ ((deprecated))
- From: "Anthony Green" <green at redhat dot com>
- Date: Tue, 24 Apr 2001 10:27:57 -0700
- Cc: <shebs at apple dot com>, <gcc at gcc dot gnu dot org>
- Reply-To: <green at redhat dot com>
Philipp wrote:
> With the compiler it wouldn't be such a problem. Mark the message
> with N_()
> (which would mark it as translatable string and thus it would appear in
> gcc.pot) and have the compiler call gettext.
Are you sure? I guess I don't understand GCC's i18n support. Stan's
proposal has part of the message in the user's source code. How would that
ever end up in gcc.pot?
AG