[m-dev.] trivial diff: fix for hl.gc grade

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Dec 14 16:25:22 AEDT 2000


Estimated hours taken: 0.25

runtime/mercury.h:
	Fix a typo that broke the hl.gc (--high-level-data) grade.

Workspace: /home/pgrad/fjh/ws/hg3
Index: runtime/mercury.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury.h,v
retrieving revision 1.28
diff -u -d -r1.28 mercury.h
--- runtime/mercury.h	2000/12/14 02:04:59	1.28
+++ runtime/mercury.h	2000/12/14 04:30:08
@@ -119,7 +119,7 @@
   typedef struct mercury__private_builtin__typeclass_info_1_s *
   	MR_Mercury_TypeClass_Info;
   typedef struct mercury__private_builtin__base_typeclass_info_1_s *
-  	MR_Base_TypeClass_Info;
+  	MR_Mercury_Base_TypeClass_Info;
 #else
   /* for --no-high-level-data, they're all just `MR_Word' */
   typedef MR_Word MR_Comparison_Result;

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