[m-dev.] diff: fix problem with configure inferring asm_jump.gc
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Apr 19 17:43:25 AEST 1999
Estimated hours taken: 0.5
runtime/mercury_stack_layout.h:
Add `#include "mercury_conf_param.h"', since this is needed for
MR_VARIABLE_SIZED; without this, configure.in wrong infers
the default grade `asm_jump.gc' rather than `asm_fast.gc'.
Also delete a duplicate `#include "mercury_types.h"'.
Index: runtime/mercury_stack_layout.h
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_stack_layout.h,v
retrieving revision 1.20
diff -u -r1.20 mercury_stack_layout.h
--- mercury_stack_layout.h 1999/04/16 06:05:36 1.20
+++ mercury_stack_layout.h 1999/04/19 06:53:01
@@ -17,7 +17,7 @@
*/
#include "mercury_types.h"
-#include "mercury_types.h"
+#include "mercury_conf_param.h" /* for MR_VARIABLE_SIZED */
/*-------------------------------------------------------------------------*/
/*
--
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