diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-17 02:43:19 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-17 02:43:19 (GMT) |
commit | 5bd1d8e23bddeb03e519a5533f27399104561cc6 (patch) | |
tree | 46d682a72fa2eedfc759dc23e271847bdbc00dc1 /generic/tclParse.c | |
parent | 265ce643df6d23c8b73644d64e926d5bba4278f3 (diff) | |
download | tcl-5bd1d8e23bddeb03e519a5533f27399104561cc6.zip tcl-5bd1d8e23bddeb03e519a5533f27399104561cc6.tar.gz tcl-5bd1d8e23bddeb03e519a5533f27399104561cc6.tar.bz2 |
* Updated APIs in generic/tclParse.c according to the guidelines
of TIP 27. Updated callers.
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r-- | generic/tclParse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c index ae53606..d5aaa90 100644 --- a/generic/tclParse.c +++ b/generic/tclParse.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclParse.c,v 1.18 2001/11/19 17:30:27 msofer Exp $ + * RCS: @(#) $Id: tclParse.c,v 1.19 2002/01/17 02:43:19 dgp Exp $ */ #include "tclInt.h" @@ -983,7 +983,7 @@ Tcl_ParseVarName(interp, string, numBytes, parsePtr, append) *---------------------------------------------------------------------- */ -char * +CONST char * Tcl_ParseVar(interp, string, termPtr) Tcl_Interp *interp; /* Context for looking up variable. */ register char *string; /* String containing variable name. |