X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Fri, 05 Jun 2015 17:16:19 +0300 From: "Eli Zaretskii (eliz AT gnu DOT org)" Subject: Re: DJGPP v2.05: some thoughts In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <834mmmp7f0.fsf@gnu.org> References: <55673F0B DOT 1090103 AT iki DOT fi> <83twuwwshg DOT fsf AT gnu DOT org> <55675040 DOT 9030008 AT iki DOT fi> <556F6E49 DOT 8010006 AT gmx DOT de> <556FCCDF DOT 7080005 AT iki DOT fi> <83bngvr0ef DOT fsf AT gnu DOT org> <557078B1 DOT 9040004 AT iki DOT fi> <201506041613 DOT t54GDT8m014488 AT delorie DOT com> <5570B1F7 DOT 1070509 AT iki DOT fi> <83pp5aprqw DOT fsf AT gnu DOT org> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Martin Str|mberg > Date: Fri, 5 Jun 2015 12:29:43 +0000 (UTC) > > But, IIRC, C99 (or even perhaps C89) reserved any symbol starting with E. Where do you see such language in C99? I don't see it, and neither do I see it in C11. But maybe I'm missing something, it's not like I've read the entire document top to bottom. I think you remember this from Posix, not from ANSI C. Posix indeed says that including errno.h makes all symbols starting with E followed by any upper-case letter or digit reserved. But that's Posix, not ANSI C. Even the ANSI C++ standard, which does try to be Posix-compliant, doesn't seem to make such reservations, AFAICT.