[m-dev.] for review: fix for univ & .NET
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Jan 17 11:37:39 AEDT 2001
This addresses a problem introduced by Tom's change.
This is from source code inspection -- I haven't tested it.
For review by Tyson.
----------
Estimated hours taken: 0.25
compiler/mlds_to_il.m:
Don't include `univ' in the list of types whose
definitions are hand-coded.
Workspace: /home/hg/fjh/mercury
Index: compiler/mlds_to_il.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/mlds_to_il.m,v
retrieving revision 1.8
diff -u -d -r1.8 mlds_to_il.m
--- compiler/mlds_to_il.m 2001/01/01 04:03:34 1.8
+++ compiler/mlds_to_il.m 2001/01/17 00:33:34
@@ -1898,8 +1898,7 @@
)
; LibModuleName0 = "std_util",
(
- Name = "univ", Arity = 0
- ; Name = "type_desc", Arity = 0
+ Name = "type_desc", Arity = 0
)
; LibModuleName0 = "private_builtin",
(
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- 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