diff options
author | redman <redman> | 1999-06-30 22:34:44 (GMT) |
---|---|---|
committer | redman <redman> | 1999-06-30 22:34:44 (GMT) |
commit | 437839cb1036aea3b87fff4df84d9a935c4e76d3 (patch) | |
tree | 2e3e45ba15faf8e03e59eea8c17e2b62353a6efb /generic/tclStubInit.c | |
parent | ac52131b24fa900a8ef56b4c481ab6107003f5b1 (diff) | |
download | tcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.zip tcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.tar.gz tcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.tar.bz2 |
Add TclHandle functions to the internal stub table.
Remove unused tclStubs.c file.
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index fc491f7..d763023 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclStubInit.c,v 1.20 1999/06/30 17:47:28 welch Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.21 1999/06/30 22:34:45 redman Exp $ */ #include "tclInt.h" @@ -221,6 +221,10 @@ TclIntStubs tclIntStubs = { TclAddLiteralObj, /* 143 */ TclHideLiteral, /* 144 */ TclGetAuxDataType, /* 145 */ + TclHandleCreate, /* 146 */ + TclHandleFree, /* 147 */ + TclHandlePreserve, /* 148 */ + TclHandleRelease, /* 149 */ }; TclIntPlatStubs tclIntPlatStubs = { |