diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /lang/itcl/files/patch-ah | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'lang/itcl/files/patch-ah')
-rw-r--r-- | lang/itcl/files/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/itcl/files/patch-ah b/lang/itcl/files/patch-ah new file mode 100644 index 000000000000..aaea8c0f53cb --- /dev/null +++ b/lang/itcl/files/patch-ah @@ -0,0 +1,11 @@ +--- ../generic/itcl_ensemble.c.orig Sat Aug 8 16:38:24 1998 ++++ ../generic/itcl_ensemble.c Wed Nov 3 15:05:39 1999 +@@ -1626,7 +1626,7 @@ + * another "ensemble" command. Use the current ensemble as + * the parent, and find or create an ensemble part within it. + */ +- ensName = TclGetStringFromObj(objv[1], (int*)NULL); ++ ensName = Tcl_GetStringFromObj(objv[1], (int*)NULL); + + if (ensData) { + if (FindEnsemblePart(interp, ensData, ensName, &ensPart) != TCL_OK) { |