[m-rev.] trivial diff: fix compiler/gcc.m for change to mercury_std.h
Fergus Henderson
fjh at cs.mu.OZ.AU
Fri Feb 22 04:01:55 AEDT 2002
Estimated hours taken: 0.5
Branches: main
compiler/gcc.m:
Uncomment the #includes of the GCC header files "config.h"
and "system.h", since these are no longer included by
runtime/mercury_std.h.
Workspace: /home/ceres/fjh/mercury
Index: compiler/gcc.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/gcc.m,v
retrieving revision 1.24
diff -u -d -r1.24 gcc.m
--- compiler/gcc.m 26 Jul 2001 14:48:59 -0000 1.24
+++ compiler/gcc.m 21 Feb 2002 16:59:16 -0000
@@ -679,11 +679,8 @@
#ifndef MC_GUARD_GCC_HEADERS
#define MC_GUARD_GCC_HEADERS
-#if 0
- /* These two are already included from runtime/mercury_std.h. */
- #include ""gcc/config.h""
- #include ""gcc/system.h""
-#endif
+#include ""gcc/config.h""
+#include ""gcc/system.h""
#include ""gcc/gansidecl.h""
#include ""gcc/toplev.h""
#include ""gcc/tree.h""
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list