diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 21:40:38 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-05 21:40:38 (GMT) |
commit | 63ab1f0c5d57ba9b4583d3c5029d900df034a628 (patch) | |
tree | 5ee254363173f81299b6f25aab78f9070992af94 /generic/tclStubInit.c | |
parent | 0ab0d532e146a573c487c7e5e4c66282136b7b57 (diff) | |
download | tcl-63ab1f0c5d57ba9b4583d3c5029d900df034a628.zip tcl-63ab1f0c5d57ba9b4583d3c5029d900df034a628.tar.gz tcl-63ab1f0c5d57ba9b4583d3c5029d900df034a628.tar.bz2 |
regen
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 bb41803..6fdbc0d 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.169 2008/12/05 14:28:10 dkf Exp $ + * RCS: @(#) $Id: tclStubInit.c,v 1.170 2008/12/05 21:40:38 dkf Exp $ */ #include "tclInt.h" @@ -1133,6 +1133,7 @@ static const TclStubs tclStubs = { Tcl_GetErrorLine, /* 605 */ Tcl_SetErrorLine, /* 606 */ Tcl_TransferResult, /* 607 */ + Tcl_InterpActive, /* 608 */ }; /* !END!: Do not edit above this line. */ |