summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2011-01-19 14:11:23 (GMT)
committernijtmans <nijtmans@noemail.net>2011-01-19 14:11:23 (GMT)
commitd0d0fb5b12fed471002664d53112eb6b42c710d7 (patch)
treef9c54372b2148f5797574165044efd955074c609 /generic/tcl.decls
parentd802a2a3e8abcd4e4192a91e3ac859d21e5a6514 (diff)
downloadtcl-d0d0fb5b12fed471002664d53112eb6b42c710d7.zip
tcl-d0d0fb5b12fed471002664d53112eb6b42c710d7.tar.gz
tcl-d0d0fb5b12fed471002664d53112eb6b42c710d7.tar.bz2
[Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier.
FossilOrigin-Name: 028797ed80caf47f75fc23bedafe39b29971cdf5
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls6
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,