diff options
author | nijtmans <nijtmans> | 2011-01-19 14:11:23 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-19 14:11:23 (GMT) |
commit | b572ca4baf0cc98880585ae54f9985ccc060e6cc (patch) | |
tree | f9c54372b2148f5797574165044efd955074c609 /generic/tcl.decls | |
parent | cfed9d0e8d79698b833eae8193b88071e7e149f5 (diff) | |
download | tcl-b572ca4baf0cc98880585ae54f9985ccc060e6cc.zip tcl-b572ca4baf0cc98880585ae54f9985ccc060e6cc.tar.gz tcl-b572ca4baf0cc98880585ae54f9985ccc060e6cc.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, |