summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2001-04-27 22:11:51 (GMT)
committerKevin B Kenny <kennykb@acm.org>2001-04-27 22:11:51 (GMT)
commit1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008 (patch)
tree78af95402457478beaea317227964953c26db4eb /generic/tclInt.decls
parenta45e56585d9c1954635d19af697119c4ed0f8fc2 (diff)
downloadtcl-1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008.zip
tcl-1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008.tar.gz
tcl-1dd4412b8b297335a3afc8b2fadb3b8e1a5c1008.tar.bz2
Added several missing CONSTs in calls to TclGetNamespaceForQualName
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index 4b903ef..dce2e0e 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.24 2001/04/24 20:59:18 kennykb Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.25 2001/04/27 22:11:51 kennykb Exp $
library tcl
@@ -62,7 +62,8 @@ declare 9 {unix win} {
TclFile *errFilePtr)
}
declare 10 generic {
- int TclCreateProc(Tcl_Interp *interp, Namespace *nsPtr, char *procName, \
+ int TclCreateProc(Tcl_Interp *interp, Namespace *nsPtr,
+ CONST char *procName,
Tcl_Obj *argsPtr, Tcl_Obj *bodyPtr, Proc **procPtrPtr)
}
declare 11 generic {