trivial diff: util/mkinit.c bug fix
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Jul 6 19:47:01 AEST 1998
util/mkinit.c:
Fix a bug in Zoltan's previous change:
s/MR_NEED_INITIALIZATION_CODE/MR_MAY_NEED_INITIALIZATION/
to match the name used in runtime/mercury_conf_param.h.
Index: util/mkinit.c
===================================================================
RCS file: /home/mercury1/repository/mercury/util/mkinit.c,v
retrieving revision 1.34
diff -u -r1.34 mkinit.c
--- mkinit.c 1998/07/03 02:36:09 1.34
+++ mkinit.c 1998/07/06 09:42:02
@@ -181,7 +181,7 @@
static const char if_need_to_init[] =
- "#if defined(MR_NEED_INITIALIZATION_CODE)\n\n"
+ "#if defined(MR_MAY_NEED_INITIALIZATION)\n\n"
;
--
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.
More information about the developers
mailing list