[m-rev.] trivial diff (needs committing): Make Mercury libraries build on .NET 1.1
Jonathan Morgan
jon.morgan at optusnet.com.au
Thu Nov 24 15:58:58 AEDT 2005
The change below is quite straightforward, but I don't have commit
privileges.
Estimated hours taken: 0.1
Branches: main
Fixed a bug which prevented the Mercury standard library building on .NET
1.1.
library/type_desc.m:
Made all paths return a value in C# foreign code.
Index: library/type_desc.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/type_desc.m,v
retrieving revision 1.33
diff -u -r1.33 type_desc.m
--- library/type_desc.m 19 Sep 2005 04:29:01 -0000 1.33
+++ library/type_desc.m 21 Nov 2005 09:54:22 -0000
@@ -294,6 +294,7 @@
{
mercury.runtime.Errors.SORRY(
""foreign code for unifying pseudo_type_desc"");
+ return false;
}
").
--------------------------------------------------------------------------
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