diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-08 20:49:51 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2017-06-08 20:49:51 (GMT) |
commit | 6e4aac3d59436016f5fe349d8e8c7e141640c425 (patch) | |
tree | 6ce62fb115b38baad8c346645a78418ca0182597 /generic/tclStubInit.c | |
parent | 381ed7be7a4f2a552dd98af85e52f489f1f077ba (diff) | |
parent | f019737860823b97cfde68d64a5175fa21c3a967 (diff) | |
download | tcl-6e4aac3d59436016f5fe349d8e8c7e141640c425.zip tcl-6e4aac3d59436016f5fe349d8e8c7e141640c425.tar.gz tcl-6e4aac3d59436016f5fe349d8e8c7e141640c425.tar.bz2 |
Make read and write operations on Tcl_Var handles available in tclInt API.
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 55ef325..8cc21aa 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -664,6 +664,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 = { |