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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d000078cf0ac6305 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-12 21:24:03 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: vashwath@rediffmail.com (prashna) Newsgroups: comp.lang.ada Subject: Re: Learning Ada-What does this mean. Date: 12 Sep 2002 21:24:02 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 203.90.88.229 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1031891043 12294 127.0.0.1 (13 Sep 2002 04:24:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Sep 2002 04:24:03 GMT Xref: archiver1.google.com comp.lang.ada:28899 Date: 2002-09-13T04:24:03+00:00 List-Id: > What is T_INTEGER? I get different and plausible complaints > depending on how I define T_INTEGER. How is it defined in your > case? It is defined like this "type I_INTEGER is range -2**31 .. 2**31 -1; The error it is giving is "component "DATE_32" overlaps "WORD"". > -- Georg