diff options
author | nijtmans <nijtmans> | 2008-10-04 11:34:19 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-04 11:34:19 (GMT) |
commit | cf24f0cc5f58ca91c49d46e631feeaf536162fb0 (patch) | |
tree | d1a4fd536b1f555cbb9dd514c151884c46c26c26 /generic/tcl.decls | |
parent | 67aa8715c3ab84a6c636b90a48b5a565c1dcc162 (diff) | |
download | tcl-cf24f0cc5f58ca91c49d46e631feeaf536162fb0.zip tcl-cf24f0cc5f58ca91c49d46e631feeaf536162fb0.tar.gz tcl-cf24f0cc5f58ca91c49d46e631feeaf536162fb0.tar.bz2 |
* doc/RegConfig.3: CONSTified the configuration argument
* generic/tcl.decls: of Tcl_RegisterConfig.
* generic/tclConfig.c
* generic/tclPkgConfig.c
* ChangeLog
* generic/tclDecls.h: regenerated
This change complies with TIP #27.
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 8f9f46a..adcd936 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.148 2008/10/04 11:04:43 nijtmans Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.149 2008/10/04 11:34:19 nijtmans Exp $ library tcl @@ -1804,7 +1804,7 @@ declare 504 generic { # New export due to TIP#59 declare 505 generic { void Tcl_RegisterConfig(Tcl_Interp* interp, CONST char* pkgName, - Tcl_Config* configuration, CONST char* valEncoding) + CONST Tcl_Config* configuration, CONST char* valEncoding) } # Transferred from tclInt.decls due to TIP #139 |