From de05c59dc7246a3a49595d7bb9db844d9a0dd9c2 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 6 Mar 2011 22:36:23 +0000 Subject: - Remove files of ports that have been moved to other categories --- mbone/vic/files/patch-Tcl.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 mbone/vic/files/patch-Tcl.cpp (limited to 'mbone/vic/files/patch-Tcl.cpp') diff --git a/mbone/vic/files/patch-Tcl.cpp b/mbone/vic/files/patch-Tcl.cpp deleted file mode 100644 index cf26626a5499..000000000000 --- a/mbone/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)); -- cgit v1.2.3