[m-dev.] diff: mtk.m: fix bug with inst containing same ctor twice

Fergus Henderson fjh at cs.mu.OZ.AU
Sat Jul 1 10:27:51 AEST 2000


Estimated hours taken: 0.25

extras/graphics/mercury_tcltk/mtk.m:
	Fix a bug: the `listbox_config' inst contained two different
	occurrences of the `height/1' constructor.  Previous versions
	of the Mercury compiler must have failed to detect this error.
	The current version of the compiler does detect it, and so
	this module was failing to compile.

Workspace: /home/pgrad/fjh/ws/hg
Index: extras/graphics/mercury_tcltk/mtk.m
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/graphics/mercury_tcltk/mtk.m,v
retrieving revision 1.1
diff -u -d -r1.1 mtk.m
--- extras/graphics/mercury_tcltk/mtk.m	1998/02/17 06:33:38	1.1
+++ extras/graphics/mercury_tcltk/mtk.m	2000/07/01 00:22:44
@@ -241,7 +241,6 @@
 	;	highlight_background(ground)
 	;	highlight_color(ground)
 	;	highlight_thickness(ground)
-	;	height(ground)
 	;	multiple_select(ground)
 	;	relief(ground)
 	;	select_background(ground)

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