diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 14:36:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-11-30 14:36:16 (GMT) |
| commit | f327b7e9dc1cae5c4c009b9bf246e397f233f522 (patch) | |
| tree | 6472378a12d49f3e5acd8427e3b2db02a6dd85bb /generic/tclLink.c | |
| parent | 72998869a3be3534fec99499faabe2d1557d6bcb (diff) | |
| parent | d7d31d6041d72ace8e80d409c12749ab819499ec (diff) | |
| download | tcl-f327b7e9dc1cae5c4c009b9bf246e397f233f522.zip tcl-f327b7e9dc1cae5c4c009b9bf246e397f233f522.tar.gz tcl-f327b7e9dc1cae5c4c009b9bf246e397f233f522.tar.bz2 | |
merge core-8-6-branch.
Provide compatibility macro's, compensating for the internal stub table change, so Itcl 3.4 builds again. Thanks to Don Porter for bringing this to my attention!
Diffstat (limited to 'generic/tclLink.c')
| -rw-r--r-- | generic/tclLink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclLink.c b/generic/tclLink.c index 7366acc..53187d7 100644 --- a/generic/tclLink.c +++ b/generic/tclLink.c @@ -654,7 +654,7 @@ static Tcl_ObjType invalidRealType = { NULL, /* freeIntRepProc */ NULL, /* dupIntRepProc */ NULL, /* updateStringProc */ - SetInvalidRealFromAny /* setFromAnyProc */ + NULL /* setFromAnyProc */ }; static int |
