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

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Jan 13 00:56:01 AEDT 2001


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".

But apart from that, this change looks fine.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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