[m-rev.] trivial diff: fix bug in extras/clpr/Mmakefile
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu May 17 17:44:05 AEST 2001
Estimated hours taken: 0.1
extras/clpr/Mmakefile:
Fix a bug that broke the nightly tests with EXTRA_MGNUCFLAGS=--c-debug:
pass -Wno-strict-prototypes in CFLAGS rather than MGNUCFLAGS.
Workspace: /home/hg/fjh/mercury
Index: extras/clpr/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/clpr/Mmakefile,v
retrieving revision 1.21
diff -u -d -r1.21 Mmakefile
--- extras/clpr/Mmakefile 2001/02/12 19:16:46 1.21
+++ extras/clpr/Mmakefile 2001/05/17 07:42:32
@@ -31,7 +31,7 @@
# The CLP(R) header clpr/lib.h is missing some prototypes,
# so we need to disable some warnings.
-MGNUCFLAGS += -Wno-strict-prototypes
+CFLAGS += -Wno-strict-prototypes
# We need to make sure that the CLP(R) library gets initialized
C2INITARGS = cfloat.c
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| 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