diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-09-26 23:01:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-09-26 23:01:10 (GMT) |
commit | b725003f03a39521f6ea93c9ee3f7a688eb96674 (patch) | |
tree | 0ce810c294bb948261ddbab693ef6d314cde3a0d /generic/tcl.decls | |
parent | 6142afe35274394fb66bf8ec381f250f4cb9dd11 (diff) | |
download | tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.zip tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.tar.gz tcl-b725003f03a39521f6ea93c9ee3f7a688eb96674.tar.bz2 |
TIP 27 changes for Tcl_CreateEncoding
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 189bcaf..d92985f 100644 --- a/generic/tcl.decls +++ b/generic/tcl.decls @@ -11,7 +11,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.121 2006/09/22 18:13:27 andreas_kupries Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.122 2006/09/26 23:01:10 kennykb Exp $ library tcl @@ -1036,7 +1036,7 @@ declare 286 generic { void Tcl_AppendObjToObj(Tcl_Obj *objPtr, Tcl_Obj *appendObjPtr) } declare 287 generic { - Tcl_Encoding Tcl_CreateEncoding(Tcl_EncodingType *typePtr) + Tcl_Encoding Tcl_CreateEncoding(const Tcl_EncodingType *typePtr) } declare 288 generic { void Tcl_CreateThreadExitHandler(Tcl_ExitProc *proc, ClientData clientData) |