Update to 8.5.19

This commit is contained in:
Zachary Ware
2017-11-24 17:50:39 -06:00
parent 49cac229de
commit 9651fde681
557 changed files with 20338 additions and 26391 deletions

View File

@@ -909,7 +909,7 @@ TestasyncCmd(
static int
AsyncHandlerProc(
ClientData clientData, /* If of TestAsyncHandler structure.
ClientData clientData, /* If of TestAsyncHandler structure.
* in global list. */
Tcl_Interp *interp, /* Interpreter in which command was
* executed, or NULL. */
@@ -3606,7 +3606,7 @@ PrintParse(
Tcl_Parse *parsePtr) /* Parse structure to print out. */
{
Tcl_Obj *objPtr;
char *typeString;
const char *typeString;
Tcl_Token *tokenPtr;
int i;
@@ -6518,7 +6518,7 @@ TestGetIndexFromObjStructObjCmd(
int objc, /* Number of arguments. */
Tcl_Obj *const objv[]) /* Argument objects. */
{
char *ary[] = {
const char *ary[] = {
"a", "b", "c", "d", "e", "f", NULL, NULL
};
int idx,target;