[m-dev.] revised diff for lcc changes

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Oct 19 14:03:04 AEST 1998


On 19-Oct-1998, Peter Ross <petdr at cs.mu.OZ.AU> wrote:
> Changes required to get the samples directory to compile using lcc in
> the grade `none.gc'.

That looks great now -- just one minor thing:

llds_out.m:
> @@ -3048,7 +3148,8 @@
>  output_rval_const(data_addr_const(data_addr(ModuleName, VarName))) -->
>  	% data addresses are all assumed to be of type `Word *';
>  	% we need to cast them here to avoid type errors
> -	io__write_string("(const Word *) &"),
> +	% XXX No we don't to make lcc accept it.
> +	io__write_string("(Word *) &"),

That XXX comment should be deleted.

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



More information about the developers mailing list