diff options
author | surles <surles> | 1999-05-23 16:37:14 (GMT) |
---|---|---|
committer | surles <surles> | 1999-05-23 16:37:14 (GMT) |
commit | 60e436c4cfd066fdf891a16bd62985ea59760ef3 (patch) | |
tree | 6929c46c81787e3cb7543f9dfea441d9fefe6f1e /generic/tclStubInit.c | |
parent | ac39508cf97576cd9747c5630c4a13d794663b4a (diff) | |
download | tcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.zip tcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.tar.gz tcl-60e436c4cfd066fdf891a16bd62985ea59760ef3.tar.bz2 |
Added stub entry for the TclGetAuxDataType routine so tbcload can use stubs
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 1638f8d..9835afd 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.14 1999/05/22 01:20:13 stanton Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.15 1999/05/23 16:37:14 surles Exp $ */ #include "tclInt.h" @@ -188,6 +188,7 @@ TclIntStubs tclIntStubs = { TclSetByteCodeFromAny, /* 142 */ TclAddLiteralObj, /* 143 */ TclHideLiteral, /* 144 */ + TclGetAuxDataType, /* 145 */ }; TclIntPlatStubs tclIntPlatStubs = { |