trivial diff: s/init.h/mercury_init.h/
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Sep 2 16:47:04 AEST 1998
samples/c_interface/simpler_c_calls_mercury/c_main.c:
#include "mercury_init.h" instead of "init.h".
Index: samples/c_interface/simpler_c_calls_mercury/c_main.c
===================================================================
RCS file: /home/staff/zs/imp/mercury/samples/c_interface/simpler_c_calls_mercury/c_main.c,v
retrieving revision 1.2
diff -u -r1.2 c_main.c
--- c_main.c 1997/09/06 13:03:57 1.2
+++ c_main.c 1998/05/07 11:44:36
@@ -1,5 +1,5 @@
#include "mercury_lib.h" /* must come first */
-#include "init.h"
+#include "mercury_init.h"
#include <stdio.h>
--
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