From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,af5bf4e3cf0c28b8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-30 13:38:45 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!opentransit.net!fr.clara.net!heighliner.fr.clara.net!newsfeed.hanau.net!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Cannot use NULL as identifier? Date: 30 May 2001 22:52:34 +0200 Organization: Enyo's not your organization Message-ID: <87pucq5zl9.fsf@deneb.enyo.de> References: <3B14F55A.6EDFF17@amsjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:7896 Date: 2001-05-30T22:52:34+02:00 List-Id: Philip Anderson writes: > ASCII.NUL; -- one 'L', because null is reserved. Correct observation, wrong explanation. The official character name according to ANSI X3.4-1986 is indeed 'NULL', but package ASCII uses the official abbreviations, and 'NULL' becomes 'NUL'.