diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-04 09:53:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-04 09:53:10 (GMT) |
commit | 3f89004e3770f9777b2c028f268d0e8cda84172c (patch) | |
tree | 7df430343957f7f9098ad259691d1b4bd6cf6ec6 /generic/tcl.decls | |
parent | bebf0454f609132c9de5705f9a7b7f720438dd5e (diff) | |
download | tcl-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.decls | 7 |
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: |