[m-rev.] trivial diff: fix private_builtin.ref/1 bug for .NET
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Feb 13 17:01:55 AEDT 2003
Estimated hours taken: 1.5
Branches: main
compiler/mlds_to_il.m:
Add "private_builtin.ref/1" to the list of built-in types
whose type_ctor_infos are defined in MC++ code.
Workspace: /home/fjh/ws/hermes
Index: compiler/mlds_to_il.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/mlds_to_il.m,v
retrieving revision 1.124
diff -u -d -r1.124 mlds_to_il.m
--- compiler/mlds_to_il.m 10 Jan 2003 10:39:04 -0000 1.124
+++ compiler/mlds_to_il.m 13 Feb 2003 06:00:23 -0000
@@ -3353,6 +3353,7 @@
; Name = "base_typeclass_info", Arity = 1
; Name = "typeclass_info", Arity = 1
; Name = "heap_pointer", Arity = 0
+ ; Name = "ref", Arity = 1
)
)
;
--
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