diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-15 16:04:48 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-02-15 16:04:48 (GMT) |
commit | 3555827afa0cdedcc64a6bcd1cbdf9c2876deac0 (patch) | |
tree | 8b0394365ab38bc8b75d570eb08053e9bf0d7a82 /generic/tkInt.decls | |
parent | 18d01177025f5569208bde327546155537cf1245 (diff) | |
parent | d0ab2bd83ddf58e52fc7f6043e701f62d539797e (diff) | |
download | tk-3555827afa0cdedcc64a6bcd1cbdf9c2876deac0.zip tk-3555827afa0cdedcc64a6bcd1cbdf9c2876deac0.tar.gz tk-3555827afa0cdedcc64a6bcd1cbdf9c2876deac0.tar.bz2 |
Extend the public and private stub tables with dummy NULL entries, up to the size of the Tk 8.6 stub tables. This makes it easier to debug Tk extensions which use Tk 8.6 features but (erroneously) are attempted to be loaded in wish8.5
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 6794edb..17f39ba 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -568,6 +568,9 @@ declare 180 { char *TkSmoothPrintProc(ClientData clientData, Tk_Window tkwin, char *widgRec, int offset, Tcl_FreeProc **freeProcPtr) } +declare 184 { + void TkUnusedStubEntry(void) +} ############################################################################## |