Binutils bug-reporting

Philipp Thomas pthomas@suse.de
Sun Apr 2 09:38:00 GMT 2000


* Alan Modra (alan@linuxcare.com.au) [20000402 14:08]:

> #define REPORT_BUGS_TO   _("Report bugs to bug-gnu-utils@gnu.org")
> and
> fprintf (stream, REPORT_BUGS_TO);

Hmm, for fixed strings like this, I'd make it

#define REPORT_BUGS_TO   _("Report bugs to bug-gnu-utils@gnu.org\n")
and
fputs (REPORT_BUGS_TO, stream);
 
just my 0.02 Euro
Philipp

-- 
Philipp Thomas <pthomas@suse.de>
SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h


More information about the Binutils mailing list