summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-09-25 16:23:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-09-25 16:23:55 (GMT)
commita6c26a069d4a7aa7cd5420cabb2a7614de09f299 (patch)
treef40b58c1e7b96d42ea434c52d0a455b5f0b98fe5 /generic/tclInt.decls
parentfd249dfdc3e190e696aaf52a71f88090dd7fe935 (diff)
downloadtcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.zip
tcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.tar.gz
tcl-a6c26a069d4a7aa7cd5420cabb2a7614de09f299.tar.bz2
* Updated APIs in generic/tclGet.c
according to the guidelines of TIP 27. [Patch 464674]
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)