[m-rev.] trivial diff: fix interactive query test failure

Simon Taylor stayl at cs.mu.OZ.AU
Mon Feb 10 19:52:38 AEDT 2003


Estimated hours taken: 0.1
Branches: main

browser/interactive_query.m:
	s/--link-flags --allow-undefined/--allow-undefined/
	in the mmc command line. This is needed after my change
	to implement ml in the compiler.

Index: interactive_query.m
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/interactive_query.m,v
retrieving revision 1.18
diff -u -u -r1.18 interactive_query.m
--- interactive_query.m	6 Feb 2003 13:37:08 -0000	1.18
+++ interactive_query.m	10 Feb 2003 08:19:07 -0000
@@ -430,7 +430,7 @@
 	%	--no-warn-simple-code
 	%		to avoid spurious warnings in the automatically
 	%		generated parts of the query predicate
-	%	--link-flags --allow-undefined
+	%	--allow-undefined
 	%		needed to allow the query to reference
 	%		symbols defined in the program
 	%
@@ -438,7 +438,7 @@
 		"mmc --infer-all --no-verbose-make -O0 --no-c-optimize ",
 		"--no-warn-simple-code --no-warn-det-decls-too-lax ",
 		"--output-compile-error-lines 10000 ",
-		"--link-flags --allow-undefined ", Options,
+		"--allow-undefined ", Options,
 		" --grade ", grade_option,
 		" --pic-reg --compile-to-shared-lib ",
 		query_module_name],
--------------------------------------------------------------------------
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