comp.lang.ada
 help / color / mirror / Atom feed
From: dewar@merv.cs.nyu.edu (Robert Dewar)
Subject: Re: Pro*Ada and Gnat
Date: 1997/03/03
Date: 1997-03-03T00:00:00+00:00	[thread overview]
Message-ID: <dewar.857399408@merv> (raw)
In-Reply-To: fx7mjp5nwm.fsf@boole.enst-bretagne.fr


Laurent Guerby said

<<   for P'Size use Integer'Size; -- force thin pointer>>

This is bad advice, it will not work on a 64-bit implementation of GNAT
such as you will find on the Alpha, where pointer size and integer size
are different, instead use the form I gave in my previous message:

     for P'Size use Address'Size;





  reply	other threads:[~1997-03-03  0:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-01  0:00 Pro*Ada and Gnat J-P. Rosen
1997-03-03  0:00 ` Laurent Guerby
1997-03-03  0:00   ` Robert Dewar [this message]
1997-03-03  0:00 ` Brad Balfour
1997-03-04  0:00   ` J-P. Rosen
1997-03-11  0:00     ` Ed Bruce
1997-03-03  0:00 ` Robert Dewar
replies disabled

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