diff options
| author | dgp <dgp@users.sourceforge.net> | 2012-11-26 21:30:13 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2012-11-26 21:30:13 (GMT) |
| commit | 8c19725a30da943dd85def2579fc7210a204416a (patch) | |
| tree | 4a88383e2d9f6c27fa8b835f1cb1d40df12f67a6 | |
| parent | 0a224ddfc82ffbb22df797a97c2fb834f5ccab6b (diff) | |
| download | tcl-8c19725a30da943dd85def2579fc7210a204416a.zip tcl-8c19725a30da943dd85def2579fc7210a204416a.tar.gz tcl-8c19725a30da943dd85def2579fc7210a204416a.tar.bz2 | |
...and here's the lines left behind in the editor.
| -rw-r--r-- | generic/tclStubLib.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclStubLib.c b/generic/tclStubLib.c index 35c7f09..fe1302c 100644 --- a/generic/tclStubLib.c +++ b/generic/tclStubLib.c @@ -61,7 +61,10 @@ HasStubSupport( * value is changed only when absolutely necessary. So long as the first * slot in the stub table holds (some function compatible with) the routine * Tcl_PkgRequireEx(), that routine can take care of verifying the version - * compatibility testing with all deployed + * compatibility testing with all deployed stubs-enabled extensions. That is, + * there is no need to change the value of TCL_STUB_MAGIC when transitioning + * from the Tcl 8 stubs table to the Tcl 9 stubs table, so long as they + * share just their first slot in common. */ iPtr->legacyResult |
