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,c40a80666be78948 X-Google-Attributes: gid103376,public From: Scott Ingram Subject: Re: Elemantary Ada question Date: 2000/11/28 Message-ID: <3A23B406.8CB8ACD0@silver.jhuapl.edu>#1/1 X-Deja-AN: 698670500 Content-Transfer-Encoding: 7bit References: <9008uq$hmi$1@news.uit.no> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@houston.jhuapl.edu X-Trace: houston.jhuapl.edu 975418375 22544 128.244.80.107 (28 Nov 2000 13:32:55 GMT) Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA Mime-Version: 1.0 NNTP-Posting-Date: 28 Nov 2000 13:32:55 GMT Newsgroups: comp.lang.ada Date: 2000-11-28T13:32:55+00:00 List-Id: Reinert Korsnes wrote: > > Can anybody explain me why "A : Float" conflicts > with the declaration: "type E1 is (a, b, c);" ? > > reinert > Because identifiers in Ada are case insensitive, so 'a : Float' is a redeclaration of an already declared enumeration type ('type E1 is (A, B, C);') -- Scott Ingram Vice-Chair, Baltimore SIGAda Sonar Processing and Analysis Laboratory Johns Hopkins University Applied Physics Laboratory