[m-rev.] diff: rename extras/moose/mercury.m

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Nov 22 21:06:47 AEDT 2001


Estimated hours taken: 0.25
Branches: main

extras/moose/mercury.m:
extras/moose/mercury_syntax.m:
extras/moose/moose.m:
	Rename the file `mercury.m' as `mercury_syntax.m', since using the
	module name `mercury' doesn't work with the `--high-level-code'
	back-end (the generated header file conflicts with runtime/mercury.h).
	The module name `mercury' is effectively reserved.

Workspace: /home/earth/fjh/ws-earth3/mercury
cvs diff: extras/moose/mercury.m was removed, no comparison available
cvs diff: extras/moose/mercury_syntax.m is a new entry, no comparison available
Index: extras/moose/moose.m
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/moose/moose.m,v
retrieving revision 1.2
diff -u -d -r1.2 moose.m
--- extras/moose/moose.m	25 Sep 2001 09:37:00 -0000	1.2
+++ extras/moose/moose.m	22 Nov 2001 09:58:57 -0000
@@ -14,7 +14,7 @@
 
 :- implementation.
 
-:- import_module grammar, lalr, tables, check, mercury, misc, options.
+:- import_module grammar, lalr, tables, check, mercury_syntax, misc, options.
 :- import_module array, bool, getopt, int, list, map, require.
 :- import_module set, std_util, string, term, term_io, varset.
 

-- 
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