Re: [rcs-5.9.4] _Noreturn left undefined on Yosemite

Paul Eggert <[email protected]> Wed, 28 Jun 2017 15:59:20 -0700
Newsgroups gmane.comp.version-control.rcs.bugs
Organization UCLA Computer Science Department
Message-ID <[email protected]>
Christian Wagner wrote:
> Yet, as shown by base.h, it seems that the code of RCS relies on _Noreturn being defined.

No, as _Noreturn is a keyword in C11, and so it should not be #defined if your 
compiler is C11 or later. Evidently your compiler does not support _Noreturn 
even though its definition of __STDC_VERSION__ indicates that it does support 
_Noreturn. I would investigate that.