[m-rev.] trivial diff: dotnet: fix unify/2

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jun 18 18:06:39 AEST 2001


Estimated hours taken: 0.25
Branches: main

library/builtin.m:
	Fix a bug in the MC++ code for unify/2:
	use the new name mangling scheme (unify_2_p)
	rather than the old one (unify_2_p_0).

Index: builtin.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/builtin.m,v
retrieving revision 1.56
diff -u -d -u -r1.56 builtin.m
--- builtin.m	2001/06/04 13:39:14	1.56
+++ builtin.m	2001/06/18 05:22:16
@@ -547,7 +547,7 @@
 
 :- pragma foreign_code("MC++", "
 
-static MR_Integer unify_2_p_0(MR_TypeInfo TypeInfo_for_T, MR_Box X, MR_Box Y) 
+static MR_Integer unify_2_p(MR_TypeInfo TypeInfo_for_T, MR_Box X, MR_Box Y) 
 {
 	int			SUCCESS_INDICATOR;
         MR_TypeInfo             type_info;

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list