comp.lang.ada
 help / color / mirror / Atom feed
* file size
@ 2001-07-13 15:51 Matt Raikes
  2001-07-15 11:30 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Raikes @ 2001-07-13 15:51 UTC (permalink / raw)


I am getting an error when i compile that seems to disagree with the
size of the file.  This particular file is extremely large and so i
figured i would divide it into two and then put something like this at
the top to allow the two files to share

original file:
use new_package;

new file:
use old_package;

is this going to work??



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

* Re: file size
  2001-07-13 15:51 file size Matt Raikes
@ 2001-07-15 11:30 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2001-07-15 11:30 UTC (permalink / raw)


mraikes@vt.edu (Matt Raikes) writes:

> original file:
> use new_package;
> 
> new file:
> use old_package;
> 
> is this going to work??

Circular dependicies are always problematic. You might want to use
subunits instead (see ARM 10.1.3).



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

end of thread, other threads:[~2001-07-15 11:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-13 15:51 file size Matt Raikes
2001-07-15 11:30 ` Florian Weimer

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