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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7e021fc0e7fc15a1 X-Google-Attributes: gid103376,public From: mcc@entropy.cs.princeton.edu (Martin C. Carlisle) Subject: Re: Ada 95 LRM Error? Date: 1999/01/27 Message-ID: <78o758$8ob$1@cnn.Princeton.EDU>#1/1 X-Deja-AN: 437718632 References: <36AF6C22.896FC5B8@easystreet.com> Organization: US Air Force Academy, Dept of Computer Science Newsgroups: comp.lang.ada Date: 1999-01-27T00:00:00+00:00 List-Id: In article <36AF6C22.896FC5B8@easystreet.com>, Al Christians wrote: >I'm looking at the Ada 95 Reference Manual, B.4.106. It shows >a field: > > Name : COBOL.Numeric(1..20); > >Later on, in B.4.109, this gets assigned: > > Name => "Johnson, John ", > >This looks pretty obviously like an error, and I think it probably >should be Alphanumeric instead of Numeric. However, Numeric is what >it is, both in my printed version of the LRM and the online LRM >that comes with the brand-new edition of AdaGide. Actually, there is a newer version of the LRM that I believe is being maintined by: "J. David Bryan" but it didn't make GNAT 3.11p. I don't recall where he kept it, but I have a copy at: ftp://ftp.usafa.af.mil/pub/dfcs/carlisle/act/incoming/rm-winhelp.tar.gz I agree with your assessment, although if you look at the definitions of Alphanumeric and Numeric, they are the same. So, it's merely a purist sort of thing. --Martin -- Martin C. Carlisle, Asst Prof of Computer Science, US Air Force Academy mcc@cs.usafa.af.mil, http://www.usafa.af.mil/dfcs/bios/carlisle.html DISCLAIMER: This content in no way reflects the opinions, standards or policy of the US Air Force Academy or the United States Government.