[m-dev.] for review: fix array dependency problem

Peter Ross peter.ross at miscrit.be
Sat Jan 13 03:31:01 AEDT 2001


On Sat, Jan 13, 2001 at 12:56:01AM +1100, Fergus Henderson wrote:
> On 12-Jan-2001, Peter Ross <peter.ross at miscrit.be> wrote:
> > 
> > --- runtime/mercury.h	2001/01/10 10:57:25	1.30
> > +++ runtime/mercury.h	2001/01/12 11:16:05
> > @@ -33,6 +33,7 @@
> >  #include "mercury_bootstrap.h"
> >  #include "mercury_memory.h"	/* for memory allocation routines */
> >  #include "mercury_type_tables.h"	/* for MR_register_type_ctor_info */
> > +#include "mercury_goto.h"		/* for MR_init_entry */
> 
> It's really quite undesirable for the MLDS back-end to have to
> #include mercury_goto.h.  So please add an XXX before "for MR_init_entry".
> 
I moved the #include into the foreign_decl section of `array.m'.  It is
a bit neater having it reside there.

Pete
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list