diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-13 12:18:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-06-13 12:18:16 (GMT) |
| commit | 6168d91b0ee4f13f66e4d74b189caee52f9487da (patch) | |
| tree | 36294aa6561aff40db4d2ae02c43e54f97e5bf92 /generic/tclStubInit.c | |
| parent | 16f3f234e8500f5f71e4d9321689a8bdf9efc809 (diff) | |
| parent | bbcbd64e3beffa016fdd4c8b74d2ea5f22b7dd94 (diff) | |
| download | tcl-6168d91b0ee4f13f66e4d74b189caee52f9487da.zip tcl-6168d91b0ee4f13f66e4d74b189caee52f9487da.tar.gz tcl-6168d91b0ee4f13f66e4d74b189caee52f9487da.tar.bz2 | |
merge core-8-6-branch
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 5b7a1cd..b185f04 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -560,6 +560,11 @@ static const TclIntStubs tclIntStubs = { TclDoubleDigits, /* 249 */ TclSetSlaveCancelFlags, /* 250 */ TclRegisterLiteral, /* 251 */ + TclPtrGetVar, /* 252 */ + TclPtrSetVar, /* 253 */ + TclPtrIncrObjVar, /* 254 */ + TclPtrObjMakeUpvar, /* 255 */ + TclPtrUnsetVar, /* 256 */ }; static const TclIntPlatStubs tclIntPlatStubs = { |
