comp.lang.ada
 help / color / mirror / Atom feed
From: Jacob Sparre Andersen <sparre@nbi.dk>
Subject: Re: How to merge multiple compilation units into a compilation unit.
Date: Sat, 24 Oct 2015 15:19:38 +0200
Date: 2015-10-24T15:19:38+02:00	[thread overview]
Message-ID: <87k2qco13p.fsf@adaheads.sparre-andersen.dk> (raw)
In-Reply-To: ceeffcce-f687-4aff-9e42-03a740986ec0@googlegroups.com

Bo Wang <wangbosky@gmail.com> wrote:

> Perhaps "merge" is vague. I want to create a new compilation unit that
> acts as same as the original two compilation units, so that I can use
> the new compilation unit to replace the original two compilation
> units.

package Combined is
   <one compilation unit>

   <other compilation unit>
end Combined;

Assuming that both the original compilation units are specifications.

Greetings,

Jacob
-- 
»But you have to be a bit wary of a ship that collects
 snowflakes.«                                  -- Diziet Sma


  reply	other threads:[~2015-10-24 13:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-21  7:04 How to merge multiple compilation units into a compilation unit Bo Wang
2015-10-21  7:23 ` J-P. Rosen
2015-10-24  3:18   ` Bo Wang
2015-10-24 13:19     ` Jacob Sparre Andersen [this message]
2015-10-24 21:09     ` J-P. Rosen
2015-10-25  6:34     ` Stephen Leake
replies disabled

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