diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-12-19 14:35:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-12-19 14:35:50 (GMT) |
commit | 40ee4723305e14d61c083785f230b614b2829361 (patch) | |
tree | b59bea8ad4fd032b82977040f6f7b6a5fcecda0c /generic/tclStubInit.c | |
parent | a57fb188ea468df01d1134b67313f1c175e15a84 (diff) | |
download | tcl-40ee4723305e14d61c083785f230b614b2829361.zip tcl-40ee4723305e14d61c083785f230b614b2829361.tar.gz tcl-40ee4723305e14d61c083785f230b614b2829361.tar.bz2 |
Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, looks like a good idea anyway)
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 3f1c27b..e1918ef 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -551,6 +551,7 @@ static const TclIntStubs tclIntStubs = { TclCopyChannel, /* 248 */ TclDoubleDigits, /* 249 */ TclSetSlaveCancelFlags, /* 250 */ + TclRegisterLiteral, /* 251 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |