[m-dev.] for review: fix broken mdb

Tyson Dowd trd at cs.mu.OZ.AU
Mon Jul 19 13:17:33 AEST 1999


On 15-Jul-1999, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 15-Jul-1999, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> > library/builtin.m:
> > 	Move the type_ctor_info for c_pointer back into this module.
> > 	It should have finished bootstrapping by now.
> 
> As discussed in our previous mail about bootstrapping,
> please set a cvs tag before you commit that.

Ok.

> 
> > +++ mercury_bootstrap.c	1999/07/12 21:33:58
> > @@ -22,25 +22,30 @@
> >  #include "mercury_imp.h"
> >  
> >  MR_MODULE_STATIC_OR_EXTERN
> > -const struct mercury_data_builtin__type_ctor_layout_c_pointer_0_struct_bootstrap {
> > +const struct mercury_data_std_util__type_ctor_layout_type_info_0_struct
> > +{
> 
> Should that be s/0_struct/0_struct_bootstrap/ ?

Doesn't need to be because that's just the name of a type, and so
doesn't get included in the object file.  But for consistency I'll
make it so, same with all the others.

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