summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-04 09:53:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-04 09:53:10 (GMT)
commit3f89004e3770f9777b2c028f268d0e8cda84172c (patch)
tree7df430343957f7f9098ad259691d1b4bd6cf6ec6 /generic/tcl.decls
parentbebf0454f609132c9de5705f9a7b7f720438dd5e (diff)
downloadtcl-3f89004e3770f9777b2c028f268d0e8cda84172c.zip
tcl-3f89004e3770f9777b2c028f268d0e8cda84172c.tar.gz
tcl-3f89004e3770f9777b2c028f268d0e8cda84172c.tar.bz2
Add some more unused entries to the stub table, keeping up with the table size increase of higher Tcl versions
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls7
1 files changed, 6 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 6510249..50e9465 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -21,6 +21,7 @@ library tcl
interface tcl
hooks {tclPlat tclInt tclIntPlat}
+scspec EXTERN
# Declare each of the functions in the public Tcl interface. Note that
# the an index should never be reused for a different function in order
@@ -2110,7 +2111,7 @@ declare 579 {
# ----- BASELINE -- FOR -- 8.5.0 ----- #
-declare 649 {
+declare 656 {
void TclUnusedStubEntry(void)
}
@@ -2150,6 +2151,9 @@ declare 1 macosx {
const char *bundleName, const char *bundleVersion,
int hasResourceFile, int maxPathLen, char *libraryPath)
}
+declare 2 macosx {
+ void TclUnusedStubEntry(void)
+}
##############################################################################
@@ -2191,6 +2195,7 @@ export {
export {
TclTomMathStubs *tclTomMathStubsPtr (fool checkstubs)
}
+
# Local Variables:
# mode: tcl
# End: