comp.lang.ada
 help / color / mirror / Atom feed
* Learning Ada-What does this mean.
@ 2002-09-11 11:58 prashna
  2002-09-11 12:26 ` Georg Bauhaus
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: prashna @ 2002-09-11 11:58 UTC (permalink / 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.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-09-13 12:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-11 11:58 Learning Ada-What does this mean prashna
2002-09-11 12:26 ` 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.

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