This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Binutils bug-reporting


* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]