[m-dev.] trivial diff: add #include to runtime/mercury_ho_call.h

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Oct 5 01:38:40 AEST 1999


Oops, here's another one.

With these two changes, `cd runtime; mmake GRADE=none check_headers'
now succeeds.

----------

Estimated hours taken: 0.1

runtime/mercury_ho_call.h:
	Add `#include "mercury_type_info.h"',
	since this header file uses the `MR_PseudoTypeInfo' type.

Workspace: /d-drive/home/hg/fjh/mercury
Index: runtime/mercury_ho_call.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_ho_call.h,v
retrieving revision 1.1
diff -u -r1.1 mercury_ho_call.h
--- runtime/mercury_ho_call.h	1999/04/16 06:05:32	1.1
+++ runtime/mercury_ho_call.h	1999/09/21 10:03:34
@@ -19,6 +19,7 @@
 #define	MERCURY_HO_CALL_H
 
 #include "mercury_stack_layout.h"
+#include "mercury_type_info.h"		/* for MR_PseudoTypeInfo */
 
 /*
 ** A closure layout structure identifies a procedure, and contains
-- 
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