[m-rev.] trivial diff: fix mtcltk.m on 0.11 branch

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Dec 21 22:12:33 AEDT 2003


Estimated hours taken: 0.5
Branches: release

Fix a bug where the tcl/tk interface on the 0.11 branch was not compiling.

extras/graphics/mercury_tcltk/mtcltk.m:
	Apply a similar fix to the release branch that juliensf applied
	to the main branch: delete an unnecessary #include of "mtcltk.h",
	which in 0.11 and later has been renamed mtcltk.mh and in any
	case does not need to be explicitly imported here.

Workspace: /home/ceres/fjh/mercury
Index: extras/graphics/mercury_tcltk/mtcltk.m
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/graphics/mercury_tcltk/mtcltk.m,v
retrieving revision 1.6
diff -u -d -r1.6 mtcltk.m
--- extras/graphics/mercury_tcltk/mtcltk.m	13 Feb 2002 09:56:27 -0000	1.6
+++ extras/graphics/mercury_tcltk/mtcltk.m	21 Dec 2003 11:07:12 -0000
@@ -102,7 +102,6 @@
  */
 
 #include ""tk.h""
-#include ""mtcltk.h""
 ").
 
 

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