summaryrefslogtreecommitdiffstats
path: root/generic/tclStubInit.c
diff options
context:
space:
mode:
authorsurles <surles>1999-05-23 16:37:14 (GMT)
committersurles <surles>1999-05-23 16:37:14 (GMT)
commit60e436c4cfd066fdf891a16bd62985ea59760ef3 (patch)
tree6929c46c81787e3cb7543f9dfea441d9fefe6f1e /generic/tclStubInit.c
parentac39508cf97576cd9747c5630c4a13d794663b4a (diff)
downloadtcl-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.c3
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 = {