trivial diff: extras/clpr/cfloat.m: add MR_ prefix
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Mar 26 04:38:43 AEDT 1999
Estimated hours taken: 0.1
extras/clpr/cfloat.m:
Fix an omission in my previous change: add a missing MR_ prefix
for TYPE_CTOR_LAYOUT_C_POINTER_VALUE.
Index: extras/clpr/cfloat.m
===================================================================
RCS file: /home/mercury1/repository/clpr/cfloat.m,v
retrieving revision 1.21
diff -u -r1.21 cfloat.m
--- cfloat.m 1999/03/24 08:53:51 1.21
+++ cfloat.m 1999/03/25 17:34:48
@@ -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(TYPE_CTOR_LAYOUT_C_POINTER_VALUE))
+ 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.
More information about the developers
mailing list