diff: missing #include

Tyson Richard DOWD trd at cs.mu.oz.au
Tue Jul 29 14:46:16 AEST 1997


Hi,

Don't release without this one.... ;-)

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

Estimated hours taken: 0.1

Fix a missing #include in mdemangle.c

util/mdemangle.c:
	Add #include <assert.h>.

Index: mdemangle.c
===================================================================
RCS file: /home/staff/zs/imp/mercury/util/mdemangle.c,v
retrieving revision 1.20
diff -u -r1.20 mdemangle.c
--- mdemangle.c	1997/07/27 15:09:58	1.20
+++ mdemangle.c	1997/07/29 04:38:00
@@ -25,6 +25,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <assert.h>
 #include "std.h"
 
 static void demangle(char *name);

-- 
       Tyson Dowd           # 4.4: People keep saying the behavior is undefined,
                            # but I just tried it on an ANSI-conforming compiler
     trd at cs.mu.oz.au        # and got the results I expected.
http://www.cs.mu.oz.au/~trd # A: They were wrong. Flame them mercilessly. C-IAQ



More information about the developers mailing list