diff options
author | nijtmans <nijtmans> | 2008-12-19 09:33:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-19 09:33:16 (GMT) |
commit | f2070308a370f83bf12bcd7d309a3a52bbe5a6d7 (patch) | |
tree | d0e0145be9103e6fd2370b867ebdc86c0439f8f7 /generic/tclInt.decls | |
parent | fae92e13aa67786689aca359e3454837d43358b8 (diff) | |
download | tcl-f2070308a370f83bf12bcd7d309a3a52bbe5a6d7.zip tcl-f2070308a370f83bf12bcd7d309a3a52bbe5a6d7.tar.gz tcl-f2070308a370f83bf12bcd7d309a3a52bbe5a6d7.tar.bz2 |
CONSTify TclGetLoadedPackages second param
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index b413a4a..433ba9b 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tclInt.decls,v 1.134 2008/12/18 06:40:02 nijtmans Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.135 2008/12/19 09:33:16 nijtmans Exp $ library tcl @@ -168,7 +168,7 @@ declare 34 generic { # int TclGetLong(Tcl_Interp *interp, const char *str, long *longPtr) #} declare 37 generic { - int TclGetLoadedPackages(Tcl_Interp *interp, char *targetName) + int TclGetLoadedPackages(Tcl_Interp *interp, const char *targetName) } declare 38 generic { int TclGetNamespaceForQualName(Tcl_Interp *interp, const char *qualName, |