[m-dev.] trivial diff: add another MR_ prefix
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Oct 27 00:17:37 AEST 1999
Estimated hours taken: 0.1
runtime/mercury_tabling.h:
Add a missing `MR_' prefix.
Workspace: /home/mercury0/fjh/mercury
Index: runtime/mercury_tabling.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_tabling.h,v
retrieving revision 1.15
diff -u -d -r1.15 mercury_tabling.h
--- mercury_tabling.h 1999/04/22 15:36:14 1.15
+++ mercury_tabling.h 1999/09/24 05:56:30
@@ -470,7 +470,7 @@
#define table_free(pointer) \
GC_FREE(pointer)
- #define MR_table_list_cons(h, t) list_cons((h), (t))
+ #define MR_table_list_cons(h, t) MR_list_cons((h), (t))
#else /* not CONSERVATIVE_GC */
--
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