summaryrefslogtreecommitdiffstats
path: root/doc/ParseCmd.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-17 02:43:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-17 02:43:19 (GMT)
commit5bd1d8e23bddeb03e519a5533f27399104561cc6 (patch)
tree46d682a72fa2eedfc759dc23e271847bdbc00dc1 /doc/ParseCmd.3
parent265ce643df6d23c8b73644d64e926d5bba4278f3 (diff)
downloadtcl-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 'doc/ParseCmd.3')
-rw-r--r--doc/ParseCmd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3
index 2546393..fcb079d 100644
--- a/doc/ParseCmd.3
+++ b/doc/ParseCmd.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ParseCmd.3,v 1.7 2001/09/24 07:02:51 dgp Exp $
+'\" RCS: @(#) $Id: ParseCmd.3,v 1.8 2002/01/17 02:43:19 dgp Exp $
'\"
.so man.macros
.TH Tcl_ParseCommand 3 8.3 Tcl "Tcl Library Procedures"
@@ -30,7 +30,7 @@ int
int
\fBTcl_ParseVarName\fR(\fIinterp, string, numBytes, parsePtr, append\fR)
.sp
-char *
+CONST char *
\fBTcl_ParseVar\fR(\fIinterp, string, termPtr\fR)
.sp
\fBTcl_FreeParse\fR(\fIusedParsePtr\fR)