diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-31 12:37:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-31 12:37:16 (GMT) |
| commit | 2ed71e62a0e1b2fc0b0dca264ffa417ba2d9b159 (patch) | |
| tree | b84707f19c2ee6857f6a3bb99d1d9055b539cb16 /generic/tclUtil.c | |
| parent | d988f34ccf70a6f52475399257c185748fc019aa (diff) | |
| parent | a8f9285bd0caab44eabbdac73de5bfb58cb35cb3 (diff) | |
| download | tcl-2ed71e62a0e1b2fc0b0dca264ffa417ba2d9b159.zip tcl-2ed71e62a0e1b2fc0b0dca264ffa417ba2d9b159.tar.gz tcl-2ed71e62a0e1b2fc0b0dca264ffa417ba2d9b159.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclUtil.c')
| -rw-r--r-- | generic/tclUtil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclUtil.c b/generic/tclUtil.c index 9791e26..7373085 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -114,7 +114,7 @@ static int FindElement(Tcl_Interp *interp, const char *string, /* * The following is the Tcl object type definition for an object that * represents a list index in the form, "end-offset". It is used as a - * performance optimization in TclGetIntForIndex. The internal rep is + * performance optimization in Tcl_GetIntForIndex. The internal rep is * stored directly in the wideValue, so no memory management is required * for it. This is a caching intrep, keeping the result of a parse * around. This type is only created from a pre-existing string, so an @@ -3562,7 +3562,7 @@ GetWideForIndex( /* *---------------------------------------------------------------------- * - * TclGetIntForIndex -- + * Tcl_GetIntForIndex -- * * Provides an integer corresponding to the list index held in a Tcl * object. The string value 'objPtr' is expected have the format @@ -3589,7 +3589,7 @@ GetWideForIndex( */ int -TclGetIntForIndex( +Tcl_GetIntForIndex( Tcl_Interp *interp, /* Interpreter to use for error reporting. If * NULL, then no error message is left after * errors. */ |
