diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 11:16:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-01-07 11:16:50 (GMT) |
commit | 3d7617301721b4c1a99390297e5035521abdbda1 (patch) | |
tree | 4506e344787df8794a57c27b0882672ab523a161 /generic/tcl.decls | |
parent | d62b7be9a7dac35dc44f61e37c3e0720d151bf64 (diff) | |
parent | 948149043162c4a2fa840e6c242e4bf31fe80dba (diff) | |
download | tcl-3d7617301721b4c1a99390297e5035521abdbda1.zip tcl-3d7617301721b4c1a99390297e5035521abdbda1.tar.gz tcl-3d7617301721b4c1a99390297e5035521abdbda1.tar.bz2 |
Extend the public stub table with dummy NULL entries, up to the size of the Tcl 8.6 stub tables.
This makes it easier to debug extensions which use Tcl 8.6 features but (erroneously) are attempted to be loaded in Tcl 8.5.
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 256701d..7f49002 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -2108,6 +2108,9 @@ declare 578 { declare 579 { void Tcl_AppendPrintfToObj(Tcl_Obj *objPtr, const char *format, ...) } +declare 630 { + void TclUnusedStubEntry(void) +} ############################################################################## |