X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp,comp.std.c Subject: Re: DJGPP v2.05: some thoughts Date: Sat, 6 Jun 2015 07:52:37 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 20 Message-ID: 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> <834mmmp7f0 DOT fsf AT gnu DOT org> <83zj4enfns DOT fsf AT gnu DOT org> NNTP-Posting-Host: WLZdEp4S2PR09rkVF8ILdg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse AT aioe DOT org User-Agent: tin/2.1.1-20120623 ("Mulindry") (UNIX) (Linux/3.2.0-4-amd64 (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Bytes: 1930 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In comp.os.msdos.djgpp Hans-Bernhard Bröker wrote: > Am 05.06.2015 um 22:19 schrieb Nick Bowler: > > [cross-posting this to comp.std.c for comments] > > It's reserved for the implementation (DJGPP in this case) because this > > text occurs in a library subclause. > No, it's not. It says an implementation *may* _define_ additional > identifiers, but that doesn't _reserve_ those identifiers. They may not be reserved (in Standardese), but as a user you can't count on that there is not an "E[0-9A-Z]*", thus effectively making them reserved (in English). Anyway the other sections (7.1.3 and 7.26.3) of the standard does reserve them (for DJGPP) IMO. -- MartinS