bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10305: coreutils-8.21, some changes needed


From: Pádraig Brady
Subject: bug#10305: coreutils-8.21, some changes needed
Date: Tue, 19 Feb 2013 16:45:36 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 02/19/2013 04:25 PM, Paul Eggert wrote:
_Noreturn is typically put before the return type, e.g.,:

static _Noreturn void randread_error (void const *);

rather than putting the _Noreturn after the 'void',
or after the ')'.

C11 does not allow putting _Noreturn after the ')',
if I'm reading the spec correctly.

Oops, right.
I might defer the _Noreturn change so,
to one that depends on stdnoreturn
and then does:

#include <stdnoreturn.h>
...
noreturn ...

cheers,
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]