[m-rev.] trivial diff: fix C compilation error for --high-level-data

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Feb 4 11:18:04 AEDT 2002


Estimated hours taken: 0.25
Branches: main

runtime/mercury.h:
	Fix a compilation error in grade hl.gc:
	s/std_util__type_desc/type_desc__type_desc/

Workspace: /home/earth/fjh/ws-earth4/mercury
Index: runtime/mercury.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury.h,v
retrieving revision 1.45
diff -u -d -r1.45 mercury.h
--- runtime/mercury.h	30 Jan 2002 05:08:58 -0000	1.45
+++ runtime/mercury.h	4 Feb 2002 00:15:53 -0000
@@ -132,7 +132,7 @@
   typedef MR_ClosurePtr MR_Func;
   typedef struct mercury__array__array_1_s * MR_Array;
   typedef struct mercury__std_util__univ_0_s * MR_Univ;
-  typedef struct mercury__std_util__type_desc_0_s * MR_Type_Desc;
+  typedef struct mercury__type_desc__type_desc_0_s * MR_Type_Desc;
   typedef struct mercury__private_builtin__type_info_1_s *
   	MR_Mercury_Type_Info;
   typedef struct mercury__private_builtin__type_ctor_info_1_s *

-- 
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