trivial diff: fix #includes.

Tyson Dowd trd at cs.mu.oz.au
Sun Nov 23 18:46:54 AEDT 1997


Hi,

Just a quick fix.

===================================================================


Estimated hours taken: 0.02

util/mdemangle.c:
util/mkinit.c:
	Fix the #includes to use mercury_std.h, not std.h.


Index: util/mdemangle.c
===================================================================
RCS file: /home/staff/zs/imp/mercury/util/mdemangle.c,v
retrieving revision 1.27
diff -u -r1.27 mdemangle.c
--- mdemangle.c	1997/10/13 10:18:37	1.27
+++ mdemangle.c	1997/11/23 07:28:29
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
-#include "std.h"
+#include "mercury_std.h"
 
 static void demangle(char *name);
 static bool check_for_suffix(char *start, char *position, const char *suffix,
Index: util/mkinit.c
===================================================================
RCS file: /home/staff/zs/imp/mercury/util/mkinit.c,v
retrieving revision 1.21
diff -u -r1.21 mkinit.c
--- mkinit.c	1997/11/20 02:04:40	1.21
+++ mkinit.c	1997/11/23 07:28:13
@@ -25,7 +25,7 @@
 #include	<errno.h>
 #include	"getopt.h"
 #include	"mercury_conf.h"
-#include	"std.h"
+#include	"mercury_std.h"
 
 /* --- adjustable limits --- */
 #define	MAXCALLS	40	/* maximum number of calls per function */


-- 
       Tyson Dowd           # 
                            #         Linux versus Windows is a 
     trd at cs.mu.oz.au        #            Win lose situation.
http://www.cs.mu.oz.au/~trd #



More information about the developers mailing list