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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable 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 11:18:11 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!skynet.be!isdnet!enst!enst.fr!not-for-mail From: "Beard, Frank" Newsgroups: comp.lang.ada Subject: RE: Cannot use NULL as identifier? Date: Mon, 4 Jun 2001 14:16:59 -0400 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: avanie.enst.fr 991678685 29890 137.194.161.2 (4 Jun 2001 18:18:05 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 4 Jun 2001 18:18:05 +0000 (UTC) To: "'comp.lang.ada@ada.eu.org'" Return-Path: X-Mailer: Internet Mail Service (5.5.2448.0) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:8081 Date: 2001-06-04T14:16:59-04:00 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. 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. And, if I turns out that I am wrong, then in twenty years, when it finally goes away, I'll admit you're right. :-) Frank -----Original Message----- From: Florian Weimer [mailto:fw@deneb.enyo.de] Sent: Saturday, June 02, 2001 6:54 AM To: comp.lang.ada@ada.eu.org Subject: Re: Cannot use NULL as identifier? "Beard, Frank" writes: > As Ben Brosgol pointed out, ASCII was obsolescent before > the ASCII standard was expanded to include characters 128 > through 255. Well, I think I've got a current copy of the ASCII standard, and it defines only 128 characters... _______________________________________________ comp.lang.ada mailing list comp.lang.ada@ada.eu.org http://ada.eu.org/mailman/listinfo/comp.lang.ada