[m-rev.] diff: MR_ prefix
Zoltan Somogyi
zs at cs.mu.OZ.AU
Fri Jul 19 15:38:34 AEST 2002
runtime/mercury_conf_param.h:
Add missing MR_ prefix and fix the base macro name.
Zoltan.
Index: mercury_conf_param.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_conf_param.h,v
retrieving revision 1.59
diff -u -b -r1.59 mercury_conf_param.h
--- mercury_conf_param.h 2002/05/16 13:14:52 1.59
+++ mercury_conf_param.h 2002/07/17 23:51:32
@@ -488,7 +488,7 @@
#error "MR_NEED_INITIALIZATION_AT_START should not be defined on the command line"
#endif
#if !defined(MR_STATIC_CODE_ADDRESSES) || defined(MR_MPROF_PROFILE_CALLS) \
- || defined(MR_MPROF_PROFILE_TIME) || defined(DEBUG_LABELS)
+ || defined(MR_MPROF_PROFILE_TIME) || defined(MR_DEBUG_LABEL_NAMES)
#define MR_NEED_INITIALIZATION_AT_START
#endif
--------------------------------------------------------------------------
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