diff options
author | Kevin B Kenny <kennykb@acm.org> | 2002-01-09 19:09:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2002-01-09 19:09:28 (GMT) |
commit | b2c02107babc232a4bf2c760ee63e7c789d1ab18 (patch) | |
tree | d9ff624d30f0c4b9021e9addabd2c3260c861a11 /generic/tcl.decls | |
parent | c71e44408e9b40395f6a6be8e73df1cf530da7f9 (diff) | |
download | tcl-b2c02107babc232a4bf2c760ee63e7c789d1ab18.zip tcl-b2c02107babc232a4bf2c760ee63e7c789d1ab18.tar.gz tcl-b2c02107babc232a4bf2c760ee63e7c789d1ab18.tar.bz2 |
Updated APIs in the files */tcl*Load*.c according to the guidelines
of TIP 27.
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index f8be2c2..e905f96 100644 --- a/generic/tcl.decls +++ b/generic/tcl.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: tcl.decls,v 1.67 2001/12/18 15:21:20 dkf Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.68 2002/01/09 19:09:28 kennykb Exp $ library tcl @@ -855,7 +855,7 @@ declare 243 generic { void Tcl_SplitPath(CONST char *path, int *argcPtr, char ***argvPtr) } declare 244 generic { - void Tcl_StaticPackage(Tcl_Interp *interp, char *pkgName, \ + void Tcl_StaticPackage(Tcl_Interp *interp, CONST char *pkgName, \ Tcl_PackageInitProc *initProc, Tcl_PackageInitProc *safeInitProc) } declare 245 generic { |