summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2008-12-19 09:33:15 (GMT)
committernijtmans <nijtmans@noemail.net>2008-12-19 09:33:15 (GMT)
commit0c05261ecff7b5612b1b04907f30f64650af0012 (patch)
treed0e0145be9103e6fd2370b867ebdc86c0439f8f7 /generic/tclInt.decls
parent23f797d2ea053ef3c5e074b4c6fd8a16e1336c4b (diff)
downloadtcl-0c05261ecff7b5612b1b04907f30f64650af0012.zip
tcl-0c05261ecff7b5612b1b04907f30f64650af0012.tar.gz
tcl-0c05261ecff7b5612b1b04907f30f64650af0012.tar.bz2
CONSTify TclGetLoadedPackages second param
FossilOrigin-Name: fa03a357a1ba470dc5457a62dfce688956d18d53
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls4
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,