trivial diff: util/mkinit.c: delete unnecessary declaration

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Oct 28 16:53:57 AEDT 1998


Estimated hours taken: 0.1

util/mkinit.c:
	Delete an unecessary declaration of `io__print'.

Index: util/mkinit.c
===================================================================
RCS file: /home/mercury1/repository/mercury/util/mkinit.c,v
retrieving revision 1.43
diff -u -r1.43 mkinit.c
--- mkinit.c	1998/10/19 01:23:38	1.43
+++ mkinit.c	1998/10/27 20:58:41
@@ -81,7 +81,6 @@
 static const char mercury_funcs[] =
 	"\n"
 	"Declare_entry(%s);\n"
-	"Declare_entry(mercury__io__print_4_0);\n"
 	"\n"
 	"#ifdef CONSERVATIVE_GC\n"
 	"extern char *GC_stackbottom;\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