summaryrefslogtreecommitdiff
path: root/multimedia/vic/files/patch-Tcl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vic/files/patch-Tcl.cpp')
-rw-r--r--multimedia/vic/files/patch-Tcl.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/vic/files/patch-Tcl.cpp b/multimedia/vic/files/patch-Tcl.cpp
deleted file mode 100644
index cf26626a5499..000000000000
--- a/multimedia/vic/files/patch-Tcl.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- Tcl.cpp Thu Sep 9 08:21:53 1999
-+++ Tcl.cpp Thu Sep 23 18:59:59 2004
-@@ -66,6 +66,7 @@
- {
- instance_.tcl_ = tcl;
- instance_.application_ = application;
-+ Tcl_Init(tcl);
- }
-
- void Tcl::evalc(const char* s)
-@@ -214,7 +215,7 @@
- }
- }
-
--int TclObject::callback(ClientData cd, Tcl_Interp*, int ac, char** av)
-+int TclObject::callback(ClientData cd, Tcl_Interp*, int ac, const char** av)
- {
- TclObject* tc = (TclObject*)cd;
- return (tc->command(ac, (const char*const*)av));