summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 16:04:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-02-15 16:04:48 (GMT)
commit6b3657de3ea8ca1acc1f6fbdad56814ec26c1dd8 (patch)
tree8b0394365ab38bc8b75d570eb08053e9bf0d7a82 /generic/tk.decls
parent487a8a60caae452f24d2b4a06830491be9a27dfa (diff)
parentd905c522038b3ca0cb5617655d675d210e82643a (diff)
downloadtk-6b3657de3ea8ca1acc1f6fbdad56814ec26c1dd8.zip
tk-6b3657de3ea8ca1acc1f6fbdad56814ec26c1dd8.tar.gz
tk-6b3657de3ea8ca1acc1f6fbdad56814ec26c1dd8.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/tk.decls')
-rw-r--r--generic/tk.decls3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 50b2837..2825111 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -1067,6 +1067,9 @@ declare 272 {
declare 273 {
void Tk_CreateOldPhotoImageFormat(Tk_PhotoImageFormat *formatPtr)
}
+declare 275 {
+ void TkUnusedStubEntry(void)
+}
# Define the platform specific public Tk interface. These functions are
# only available on the designated platform.