[m-dev.] trivial diff: s/_struct/_Struct/

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Mar 14 18:41:09 AEDT 2000


Estimated hours taken: 0.25

library/private_builtin.m:
	Update to reflect a recent name change:
	s/MR_TypeCtorInfo_struct/MR_TypeCtorInfo_Struct/g
					         ^

Workspace: /d-drive/home/hg/fjh/mercury
Index: library/private_builtin.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/private_builtin.m,v
retrieving revision 1.41
diff -u -d -r1.41 private_builtin.m
--- library/private_builtin.m	2000/03/10 01:21:32	1.41
+++ library/private_builtin.m	2000/03/14 06:51:17
@@ -1113,13 +1113,13 @@
 
 #include ""mercury_misc.h""	/* for fatal_error(); */
 
-extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_struct
+extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
 	mercury_data___type_ctor_info_int_0;
-extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_struct
+extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
 	mercury_data___type_ctor_info_string_0;
-extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_struct
+extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
 	mercury_data___type_ctor_info_float_0;
-extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_struct
+extern MR_STATIC_CODE_CONST struct MR_TypeCtorInfo_Struct
 	mercury_data___type_ctor_info_character_0;
 
 ").

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- 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