diff options
author | nijtmans <nijtmans> | 2008-10-04 11:04:42 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-04 11:04:42 (GMT) |
commit | 67aa8715c3ab84a6c636b90a48b5a565c1dcc162 (patch) | |
tree | 18672f7646f13fd2740f8d75dd03b76ba5770241 /doc | |
parent | 0f137db1b0ce02080631bf6fe5a86368df112ec4 (diff) | |
download | tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.zip tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.tar.gz tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.tar.bz2 |
* doc/GetIndex.3: CONSTified the tablePtr argument
* generic/tcl.decls: of Tcl_GetIndexFromObj.
* generic/tclIndexObj.c
* ChangeLog
* generic/tclDecls.h: regenerated
This change complies with TIP #27.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/GetIndex.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetIndex.3 b/doc/GetIndex.3 index 7a9f746..c0cf623 100644 --- a/doc/GetIndex.3 +++ b/doc/GetIndex.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: GetIndex.3,v 1.22 2007/12/13 15:22:31 dgp Exp $ +'\" RCS: @(#) $Id: GetIndex.3,v 1.23 2008/10/04 11:04:42 nijtmans Exp $ '\" .so man.macros .TH Tcl_GetIndexFromObj 3 8.1 Tcl "Tcl Library Procedures" @@ -31,7 +31,7 @@ provided on errors. The string value of this object is used to search through \fItablePtr\fR. The internal representation is modified to hold the index of the matching table entry. -.AP "const char" **tablePtr in +.AP "const char *const" *tablePtr in An array of null-terminated strings. The end of the array is marked by a NULL string pointer. .AP "const void" *structTablePtr in |