[m-rev.] trivial diff: fix link error in profdeep grade

Mark Brown dougl at cs.mu.OZ.AU
Mon May 6 08:47:40 AEST 2002


This is to fix a bug I introduced in my recent changes to the
declarative debugger.

Cheers,
Mark.

Estimated hours taken: 0.5
Branches: main

runtime/mercury_ho_call.c:
	Provide a definition of the proc_static structure for
	compare_representation, to avoid a link error in profdeep
	grades.

Index: runtime/mercury_ho_call.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_ho_call.c,v
retrieving revision 1.54
diff -u -r1.54 mercury_ho_call.c
--- runtime/mercury_ho_call.c	25 Apr 2002 09:31:57 -0000	1.54
+++ runtime/mercury_ho_call.c	5 May 2002 20:32:58 -0000
@@ -113,6 +113,9 @@
 MR_proc_static_user_builtin_empty(typectordesc_compare, 3, 0,
 	"mercury_ho_call.c", 0, MR_TRUE);
 
+MR_proc_static_user_empty(std_util, compare_representation, 3, 0,
+	"mercury_ho_call.c", 0, MR_TRUE);
+
 #endif
 
 #ifndef MR_HIGHLEVEL_CODE
--------------------------------------------------------------------------
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