diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-01-10 08:53:19 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-01-10 08:53:19 +0000 |
commit | 6288ab71fd8fecae9ede3dd73737f9ab26781f79 (patch) | |
tree | fda46549d89ba530cc3adc14ccb52f01ebe32dba /mbone | |
parent | 3dc7f1a584947af2c9d9b1c1950698cbf6fab02c (diff) | |
download | ports-6288ab71fd8fecae9ede3dd73737f9ab26781f79.tar.gz ports-6288ab71fd8fecae9ede3dd73737f9ab26781f79.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/files/patch-ae | 12 | ||||
-rw-r--r-- | mbone/vic/files/patch-ag | 12 |
2 files changed, 20 insertions, 4 deletions
diff --git a/mbone/vat/files/patch-ae b/mbone/vat/files/patch-ae index c6842ae25663..0dd64688bdeb 100644 --- a/mbone/vat/files/patch-ae +++ b/mbone/vat/files/patch-ae @@ -24,7 +24,15 @@ if (strcmp(argv[1], "srcid") == 0) { --- Tcl.cc.orig Tue Apr 2 20:53:27 1996 +++ Tcl.cc Tue Dec 17 15:45:30 1996 -@@ -162,6 +162,8 @@ +@@ -65,6 +65,7 @@ + { + instance_.tcl_ = tcl; + instance_.application_ = application; ++ Tcl_Init(tcl); + } + + void Tcl::evalc(const char* s) +@@ -162,6 +163,8 @@ Tcl& tcl = Tcl::instance(); if (!tcl.dark()) tcl.DeleteCommand(name_); @@ -33,7 +41,7 @@ TclObject** p; for (p = &all_; *p != this; p = &(*p)->next_) ; -@@ -197,8 +199,9 @@ +@@ -197,8 +200,9 @@ void TclObject::setproc(const char* s) { Tcl& tcl = Tcl::instance(); diff --git a/mbone/vic/files/patch-ag b/mbone/vic/files/patch-ag index b7c10c120ee8..17380d8c165e 100644 --- a/mbone/vic/files/patch-ag +++ b/mbone/vic/files/patch-ag @@ -35,7 +35,15 @@ if (strcmp(argv[1], "srcid") == 0) { --- Tcl.cc.orig Tue Apr 2 20:53:27 1996 +++ Tcl.cc Tue Dec 17 15:45:30 1996 -@@ -162,6 +162,8 @@ +@@ -65,6 +65,7 @@ + { + instance_.tcl_ = tcl; + instance_.application_ = application; ++ Tcl_Init(tcl); + } + + void Tcl::evalc(const char* s) +@@ -162,6 +163,8 @@ Tcl& tcl = Tcl::instance(); if (!tcl.dark()) tcl.DeleteCommand(name_); @@ -44,7 +52,7 @@ TclObject** p; for (p = &all_; *p != this; p = &(*p)->next_) ; -@@ -197,8 +199,9 @@ +@@ -197,8 +200,9 @@ void TclObject::setproc(const char* s) { Tcl& tcl = Tcl::instance(); |