[m-dev.] diff: add MR_ prefix in runtime/mercury_wrapper.c

Peter Ross peter.ross at miscrit.be
Wed Dec 6 23:02:46 AEDT 2000


Hi,


===================================================================


Estimated hours taken: 0.1

mercury_wrapper.c:
    Add a missing MR_ prefix to do_interpreter.


Index: mercury_wrapper.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_wrapper.c,v
retrieving revision 1.81
diff -u -r1.81 mercury_wrapper.c
--- mercury_wrapper.c	2000/12/04 18:35:10	1.81
+++ mercury_wrapper.c	2000/12/06 10:35:18
@@ -1226,7 +1226,7 @@
 #ifdef MR_HIGHLEVEL_CODE
 
 static void
-do_interpreter(void)
+MR_do_interpreter(void)
 {
   #ifdef  PROFILE_TIME
 	if (MR_profiling) MR_prof_turn_on_time_profiling();

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