[m-dev.] for review: cleanup of tabling
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Dec 31 04:13:33 AEDT 1999
On 30-Dec-1999, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
>
> diff -ur ws17/runtime/mercury_tabling_macros.h ws23/runtime/mercury_tabling_macros.h
> --- ws17/runtime/mercury_tabling_macros.h Tue Dec 28 15:33:16 1999
> +++ ws23/runtime/mercury_tabling_macros.h Thu Dec 30 20:23:31 1999
> + { \
> + Word local_val = (value); \
> + Word local_type_info = (type_info); \
> + (table)->MR_answerblock[(offset)] = \
> + deep_copy(&local_val, &tlocal_type_info,\
> + NULL, NULL); \
There's a typo there:
s/tlocal/local/
--
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.
--------------------------------------------------------------------------
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