comp.lang.ada
 help / color / mirror / Atom feed
From: vashwath@rediffmail.com (prashna)
Subject: Learning Ada-What does this mean.
Date: 11 Sep 2002 04:58:02 -0700
Date: 2002-09-11T11:58:02+00:00	[thread overview]
Message-ID: <d40d7104.0209110358.50df45fa@posting.google.com> (raw)

Hi all,
1)Have a look at following piece of code and pls let me what does it
mean?
   type T_MEM_IO is
      record
         INT_1    : T_INTEGER;
         INT_2    : T_INTEGER;
      end record;
   for T_MEM_IO use
      record
         INT_1 at 0 range 0..31;
         INT_2 at 1 range 0..31;
      end record;

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?

Any help will be appriciated.



             reply	other threads:[~2002-09-11 11:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-11 11:58 prashna [this message]
2002-09-11 12:26 ` Learning Ada-What does this mean Georg Bauhaus
2002-09-13  4:24   ` prashna
2002-09-13 12:46     ` Georg Bauhaus
2002-09-11 14:04 ` Stephen Leake
2002-09-11 14:31 ` Pascal Obry
2002-09-11 14:50   ` Peter Hermann
2002-09-11 18:40 ` tmoran
2002-09-13  4:19   ` prashna
2002-09-13  4:52     ` tmoran
2002-09-13 11:00     ` David C. Hoos, Sr.
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox