[m-dev.] trivial diff: add missing `MR_' prefix to extras/clpr/cfloat.m
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Oct 27 15:24:04 AEST 1999
Estimated hours taken: 0.1
extras/clpr/cfloat.m:
Add a missing `MR_' prefix.
Workspace: /home/mercury0/fjh/mercury
Index: extras/clpr/cfloat.m
===================================================================
RCS file: /home/mercury1/repository/clpr/cfloat.m,v
retrieving revision 1.23
diff -u -d -r1.23 cfloat.m
--- cfloat.m 1999/06/09 05:50:35 1.23
+++ cfloat.m 1999/10/27 05:22:47
@@ -885,7 +885,7 @@
TYPE_LAYOUT_FIELDS
} mercury_data_cfloat__type_ctor_layout_cfloat_0 = {
make_typelayout_for_all_tags(TYPE_CTOR_LAYOUT_CONST_TAG,
- mkbody(MR_TYPE_CTOR_LAYOUT_C_POINTER_VALUE))
+ MR_mkbody(MR_TYPE_CTOR_LAYOUT_C_POINTER_VALUE))
};
/* unify/2, compare/3, and index/2 predicates for `cfloat' */
--
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