comp.lang.ada
 help / color / mirror / Atom feed
From: "Jean-Pierre Rosen" <rosen.adalog@wanadoo.fr>
Subject: Re: Conditional Code in Ada 95?
Date: 1998/08/25
Date: 1998-08-25T00:00:00+00:00	[thread overview]
Message-ID: <6s0fcl$3gj$1@platane.wanadoo.fr> (raw)
In-Reply-To: 6rrtuf$cqg@top.mitre.org


Michael F Brenner a �crit dans le message <6rrtuf$cqg@top.mitre.org>...
>>> I just saw some Ada95 code riddled with conditional
>>> compilation statements. I wasn't aware that this
>>> was part of Ada95 and I can't find it in the ARM.
>
>> Fortunately... The clean (and compatible) way remains
>> hardware-specific units when needed and, within an unit,
>> constants like ...
>
>Yes, constants are good for executable statements. However, there is
>no way WITHIN the Ada language to select which of the hardware
>specific bodies to use with a multi-platform package.


However, there is something that's damn close to it:

with Hardware_Specific_1;
package Hardware_Specific renames Hardware_Specific_1;

and then use package Hardware_Specific all over the place. If you change
hardware, there is one line to change in the whole program.







  parent reply	other threads:[~1998-08-25  0:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-21  0:00 Conditional Code in Ada 95? Rex Reges
1998-08-21  0:00 ` Gene Ouye
1998-08-24  0:00   ` Mark A Biggar
1998-08-27  0:00     ` Samuel T. Harris
1998-08-27  0:00       ` David C. Hoos, Sr.
1998-08-22  0:00 ` Gautier.DeMontmollin
1998-08-23  0:00   ` dewar
1998-08-24  0:00     ` Gautier.DeMontmollin
1998-08-24  0:00   ` Michael F Brenner
1998-08-25  0:00     ` dewarr
1998-08-25  0:00       ` Richard D Riehle
1998-08-26  0:00         ` dennison
1998-08-26  0:00           ` Richard D Riehle
1998-08-27  0:00             ` dennison
1998-08-26  0:00       ` Michael F Brenner
1998-08-25  0:00     ` Jean-Pierre Rosen [this message]
1998-08-28  0:00       ` Laurent Pautet
1998-08-22  0:00 ` dewarr
replies disabled

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