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,a415d3a613d86a4e X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada Enumerations Date: 1997/12/03 Message-ID: #1/1 X-Deja-AN: 294869303 References: <662cs9$b34$1@newman.pcisys.net> <663j9f$e1l@mtinsc02.worldnet.att.net> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 881162867 30983 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1997-12-03T00:00:00+00:00 List-Id: Jim Rogers said <> If you are using GNAT, you can use the 'Enum_Rep attribute to get the representation value for an enumeration literal. This seems a generally useful attribute, it would be nice if other Ada 95 compilers would implement it. Robert Dewar Ada Core Technologies