------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-12
23:15 -------
Two things, this really does not need to lociazed at all:
fnotice (file,
#ifdef __GNUC__
"%s%s%s version %s (%s)\n%s\tcompiled by GNU C version %s.\n"
#else
"%s%s%s version %s (%s) compiled by CC.\n"
#endif
, indent, *indent != 0 ? " " : "",
lang_hooks.name, version_string, TARGET_NAME,
indent, __VERSION__);
Another thing about the "bug", we know that fnotice is not a macro and it
cannot be because we
defined it as. I do not know if we really want to fix this.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13662
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.