summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-12-15 16:50:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-12-15 16:50:50 (GMT)
commit67f6f5cdb190d17b5178a5d5c8d090440bbc1005 (patch)
treecbf232910656e5ba9ce6703d5220f37299f28760 /generic/tclCompile.h
parent4fb66d5d55a3239a342ae799da586966fe8326cf (diff)
downloadtcl-67f6f5cdb190d17b5178a5d5c8d090440bbc1005.zip
tcl-67f6f5cdb190d17b5178a5d5c8d090440bbc1005.tar.gz
tcl-67f6f5cdb190d17b5178a5d5c8d090440bbc1005.tar.bz2
Revert the (int -> size_t) transition of the "cmdEpoch" field of
the struct Command that was part of [ff3f6a12a8d099ef], and related changes. This change broke the ability of Itcl 3.4 built against Tcl 8.6 headers to successfully [load] into and operate in a Tcl 8.7 interp. "Command" is a private struct, and Itcl 3 should have respected that, but it has not, and changing the size of the cmdEpoch field broke the ability of Itcl 3 to operate on later fields of the struct, notably the deleteProc, which it makes extensive use of. I believe we should keep the change in the Tcl 9 sources.
Diffstat (limited to 'generic/tclCompile.h')
0 files changed, 0 insertions, 0 deletions