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-06-04 13:37:47 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.skycache.com!Cidera!news-reader.ntrnet.net!uunet!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Cannot use NULL as identifier? Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Mon, 4 Jun 2001 20:36:21 GMT References: Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: archiver1.google.com comp.lang.ada:8089 Date: 2001-06-04T20:36:21+00:00 List-Id: "Beard, Frank" writes: > Well, I saw it referenced somewhere, and Ben > confirmed it. I think it was the same reason > type Character was expanded from 128 to 256. Not sure what "it" Ben confirmed... > In any event, the first 128 characters are > never going to change. So, worse case, I'll > cut and paste the current ASCII package and > paste it into my own "My_ASCII" package and > do a library level rename. It will probably > have all the character constants I will ever > need. Or I could be lazy and make ASCII > rename Latin_1. It is illegal to have a library unit called ASCII. (And I'll bet you it will always be illegal.) > And, if I turns out that I am wrong, then in > twenty years, when it finally goes away, I'll > admit you're right. :-) Package ASCII will never go away, so long as there is an Ada standard. - Bob