diff options
author | kennykb <kennykb@noemail.net> | 2002-01-09 19:09:28 (GMT) |
---|---|---|
committer | kennykb <kennykb@noemail.net> | 2002-01-09 19:09:28 (GMT) |
commit | d426f5313cded26bb8943d797dc070961b806a95 (patch) | |
tree | d9ff624d30f0c4b9021e9addabd2c3260c861a11 /unix/tclLoadNext.c | |
parent | ad07146f7b0ad680534bb92f02ebda849df4f876 (diff) | |
download | tcl-d426f5313cded26bb8943d797dc070961b806a95.zip tcl-d426f5313cded26bb8943d797dc070961b806a95.tar.gz tcl-d426f5313cded26bb8943d797dc070961b806a95.tar.bz2 |
Updated APIs in the files */tcl*Load*.c according to the guidelines
of TIP 27.
FossilOrigin-Name: ce9573a39cb9f42da11beec368b354ada882cbdd
Diffstat (limited to 'unix/tclLoadNext.c')
-rw-r--r-- | unix/tclLoadNext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c index 9bdca2a..d19b22e 100644 --- a/unix/tclLoadNext.c +++ b/unix/tclLoadNext.c @@ -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: tclLoadNext.c,v 1.6 2001/09/28 01:21:53 dgp Exp $ + * RCS: @(#) $Id: tclLoadNext.c,v 1.7 2002/01/09 19:09:28 kennykb Exp $ */ #include "tclInt.h" @@ -140,7 +140,7 @@ TclpUnloadFile(clientData) int TclGuessPackageName(fileName, bufPtr) - char *fileName; /* Name of file containing package (already + CONST char *fileName; /* Name of file containing package (already * translated to local form if needed). */ Tcl_DString *bufPtr; /* Initialized empty dstring. Append * package name to this if possible. */ |