diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-06-25 20:41:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-06-25 20:41:56 (GMT) |
commit | 77bd578d9f6fd5b168738b2a88a37d140a1302ec (patch) | |
tree | f8078ce2c1084ea547c66cbb93e4dfe1123109bd /generic/tcl.decls | |
parent | fdee46ab16b879589155729e6db4fdabe235880f (diff) | |
download | tcl-77bd578d9f6fd5b168738b2a88a37d140a1302ec.zip tcl-77bd578d9f6fd5b168738b2a88a37d140a1302ec.tar.gz tcl-77bd578d9f6fd5b168738b2a88a37d140a1302ec.tar.bz2 |
TIP #512 implementation
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index da551bb..3734339 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -513,7 +513,7 @@ declare 142 { declare 143 { void Tcl_Finalize(void) } -declare 144 { +declare 144 {nostub {Don't use this function in a stub-enabled extension}} { void Tcl_FindExecutable(const char *argv0) } declare 145 { @@ -812,7 +812,7 @@ declare 228 { declare 229 { void Tcl_SetMaxBlockTime(const Tcl_Time *timePtr) } -declare 230 { +declare 230 {nostub {Don't use this function in a stub-enabled extension}} { void Tcl_SetPanicProc(TCL_NORETURN1 Tcl_PanicProc *panicProc) } declare 231 { @@ -1868,7 +1868,7 @@ declare 518 { } # TIP#121 (exit handler) dkf for Joe Mistachkin -declare 519 { +declare 519 {nostub {Don't use this function in a stub-enabled extension}} { Tcl_ExitProc *Tcl_SetExitProc(TCL_NORETURN1 Tcl_ExitProc *proc) } |