This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv2 1/6] Refactor bug-strtod.c to better test new types.


On Tue, 17 May 2016, Paul E. Murphy wrote:

> +	  FTOSTR (fstr, sizeof(fstr), "%" FTOSTRM "g", f);		\
> +	  FTOSTR (fcntstr, sizeof(fstr), "%" FTOSTRM "g", (FTYPE) cnt);	\

Missing spaces before '(' in sizeof calls.  The patch is OK with that 
fixed.

-- 
Joseph S. Myers
joseph@codesourcery.com


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