[m-rev.] diff: fix bug with .mih_dump files & --use-subdirs
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Oct 26 23:45:09 AEST 2002
Estimated hours taken: 0.25
Branches: main
compiler/modules.m:
Fix a bug with `mmc --use-subdirs --mlds-dump ...':
put the *.mih_dump* files in the current directory,
not in Mercury/mih_dump* subdirectories.
Workspace: /home/ceres/fjh/mercury
Index: compiler/modules.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/modules.m,v
retrieving revision 1.249
diff -u -d -r1.249 modules.m
--- compiler/modules.m 24 Oct 2002 10:06:14 -0000 1.249
+++ compiler/modules.m 26 Oct 2002 13:42:50 -0000
@@ -950,7 +950,7 @@
;
% output files intended for use by the user
( string__prefix(Ext, ".c_dump")
- ; string__prefix(Ext, ".h_dump")
+ ; string__prefix(Ext, ".mih_dump")
)
}
->
--
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