1952a6678b
with 'invalid command name: tcl_findLibrary'. Approved by: Bill Fenner <fenner@freebsd.org>
10 lines
220 B
C++
10 lines
220 B
C++
--- Tcl.cc-- Mon Jun 10 16:59:27 2002
|
|
+++ Tcl.cc Mon Jun 10 16:59:31 2002
|
|
@@ -66,6 +66,7 @@
|
|
{
|
|
instance_.tcl_ = tcl;
|
|
instance_.application_ = application;
|
|
+ Tcl_Init(tcl);
|
|
}
|
|
|
|
void Tcl::evalf(const char* fmt, ...)
|