diff options
author | nijtmans <nijtmans> | 2011-01-19 14:11:23 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-19 14:11:23 (GMT) |
commit | 3303939db5a5fbd9104a93d8281ec09d2eef0d37 (patch) | |
tree | f9c54372b2148f5797574165044efd955074c609 /generic/tcl.decls | |
parent | 0aacc9808d7002c1ed7a351d189fb25059c1b330 (diff) | |
download | tcl-3303939db5a5fbd9104a93d8281ec09d2eef0d37.zip tcl-3303939db5a5fbd9104a93d8281ec09d2eef0d37.tar.gz tcl-3303939db5a5fbd9104a93d8281ec09d2eef0d37.tar.bz2 |
[Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.
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 f7c5d4f..444ffaa 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tcl.decls,v 1.181 2010/09/15 07:33:54 nijtmans Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.182 2011/01/19 14:11:23 nijtmans Exp $ library tcl @@ -62,7 +62,7 @@ declare 8 { } # Tcl_CreateFileHandler and Tcl_DeleteFileHandler are only available on unix, -# but they are part of the old interface, so we include them here for +# but they are part of the old generic interface, so we include them here for # compatibility reasons. declare 9 unix { @@ -598,7 +598,7 @@ declare 166 { } # Tcl_GetOpenFile is only available on unix, but it is a part of the old -# interface, so we inlcude it here for compatibility reasons. +# generic interface, so we inlcude it here for compatibility reasons. declare 167 unix { int Tcl_GetOpenFile(Tcl_Interp *interp, const char *chanID, int forWriting, |