[m-dev.] trivial diff: s/MGNUCFLAGS/CFLAGS/ in array.m comment

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Oct 16 02:06:40 AEST 1999


Estimated hours taken: 0.1

library/array.m:
	Change the documentation to suggest using CFLAGS rather than
	MGNUCFLAGS for `-DML_OMIT_ARRAY_BOUNDS_CHECKS'.

Workspace: /home/mercury0/fjh/mercury
Index: library/array.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/array.m,v
retrieving revision 1.59
diff -u -r1.59 array.m
--- array.m	1999/09/27 05:20:30	1.59
+++ array.m	1999/10/15 15:58:29
@@ -16,12 +16,12 @@
 % disable some of the checking by compiling with `--intermodule-optimization'
 % and with the C macro symbol `ML_OMIT_ARRAY_BOUNDS_CHECKS'
 % defined, e.g. by using `MCFLAGS=--intermodule-optimization' and
-% `MGNUCFLAGS=-DML_OMIT_ARRAY_BOUNDS_CHECKS' in your Mmakefile,
+% `CFLAGS=-DML_OMIT_ARRAY_BOUNDS_CHECKS' in your Mmakefile,
 % or by compiling with the command
 % `mmc --intermodule-optimization --cflags -DML_OMIT_ARRAY_BOUNDS_CHECKS'.
 %
 % For maximum performance, all bounds checking can be disabled by
-% recompiling this module using `MGNUCFLAGS=-DML_OMIT_ARRAY_BOUNDS_CHECKS'
+% recompiling this module using `CFLAGS=-DML_OMIT_ARRAY_BOUNDS_CHECKS'
 % or `mmc --cflags -DML_OMIT_ARRAY_BOUNDS_CHECKS' as above. You can
 % either recompile the entire library, or just copy `array.m' to your
 % application's source directory and link with it directly instead of as

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list