[PATCH v2 05/12] nds32: Generic <math.h> and soft-fp Routines

Joseph Myers joseph@codesourcery.com
Thu May 31 21:44:00 GMT 2018


On Wed, 30 May 2018, Vincent Chen wrote:

> +    FE_TONEAREST =
> +#define FE_TONEAREST	1
> +      FE_TONEAREST,
> +  };

As noted in RISC-V port review, C90 / C++98 don't support trailing commas 
in enum definitions, so you shouldn't have a comma after the last element 
of an enum defined in an installed header.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list