summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2001-09-25 16:23:55 (GMT)
committerdgp <dgp@noemail.net>2001-09-25 16:23:55 (GMT)
commita9f5a92ffe1bc816f2a36bd81da01686fb06f056 (patch)
treef40b58c1e7b96d42ea434c52d0a455b5f0b98fe5 /generic/tclInt.decls
parentd4842d40e8e059e494fa262c52fdec6c51968feb (diff)
downloadtcl-a9f5a92ffe1bc816f2a36bd81da01686fb06f056.zip
tcl-a9f5a92ffe1bc816f2a36bd81da01686fb06f056.tar.gz
tcl-a9f5a92ffe1bc816f2a36bd81da01686fb06f056.tar.bz2
* Updated APIs in generic/tclGet.c
according to the guidelines of TIP 27. [Patch 464674] FossilOrigin-Name: 7f1745dad6149cd3035dd4d802654d93c4b822a1
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 575d110..39338cd 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -10,7 +10,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.32 2001/09/24 21:10:32 dgp Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.33 2001/09/25 16:23:56 dgp Exp $
library tcl
@@ -154,7 +154,7 @@ declare 35 generic {
int flags)
}
declare 36 generic {
- int TclGetLong(Tcl_Interp *interp, char *str, long *longPtr)
+ int TclGetLong(Tcl_Interp *interp, CONST char *str, long *longPtr)
}
declare 37 generic {
int TclGetLoadedPackages(Tcl_Interp *interp, char *targetName)