[m-dev.] trivial diff: fix missing #include in mercury_tabling.h

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Apr 23 01:35:18 AEST 1999


Estimated hours taken: 0.25

runtime/mercury_tabling.h:
	Add a missing `#include "mercury_deep_copy.h";
	this is needed since some of the macros defined here
	call deep_copy().

Workspace: /home/mercury0/fjh/mercury-other
Index: runtime/mercury_tabling.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_tabling.h,v
retrieving revision 1.14
diff -u -r1.14 mercury_tabling.h
--- mercury_tabling.h	1999/04/21 07:57:22	1.14
+++ mercury_tabling.h	1999/04/22 15:31:46
@@ -18,6 +18,10 @@
 #include "mercury_types.h"
 #include "mercury_float.h"
 
+#ifndef CONSERVATIVE_GC
+  #include "mercury_deep_copy.h"
+#endif
+
 /*---------------------------------------------------------------------------*/
 /*
 ** The functions defined here are used only via the macros defined below.

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