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 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-11 05:31:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!feed.news.nacamar.de!news.f.de.plusline.net!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Learning Ada-What does this mean. Date: Wed, 11 Sep 2002 12:26:44 +0000 (UTC) Organization: GMUGHDU Message-ID: References: NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1031747204 18548 134.91.1.34 (11 Sep 2002 12:26:44 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Wed, 11 Sep 2002 12:26:44 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:28819 Date: 2002-09-11T12:26:44+00:00 List-Id: prashna wrote: : INT_1 : T_INTEGER; : INT_2 : T_INTEGER; : INT_1 at 0 range 0..31; : INT_2 at 1 range 0..31; : 2)The code shown above is compiling perfectly when compiled using : tartan compiler(on AIX), but giving error when compiled using gnat(on : windows 2000).Why is it so? What is T_INTEGER? I get different and plausible complaints depending on how I define T_INTEGER. How is it defined in your case? -- Georg