Import build of Tcl/Tk 8.6.9

This commit is contained in:
Steve Dower
2018-12-13 14:51:57 -08:00
parent 4ee57ea08c
commit 86027ce3ed
282 changed files with 14926 additions and 11642 deletions

View File

@@ -75,10 +75,10 @@ extern "C" {
#define TK_MAJOR_VERSION 8
#define TK_MINOR_VERSION 6
#define TK_RELEASE_LEVEL TCL_FINAL_RELEASE
#define TK_RELEASE_SERIAL 8
#define TK_RELEASE_SERIAL 9
#define TK_VERSION "8.6"
#define TK_PATCH_LEVEL "8.6.8"
#define TK_PATCH_LEVEL "8.6.9"
/*
* A special definition used to allow this header file to be included from
@@ -1174,7 +1174,7 @@ typedef struct Tk_TSOffset {
} Tk_TSOffset;
/*
* Bit fields in Tk_Offset->flags:
* Bit fields in Tk_TSOffset->flags:
*/
#define TK_OFFSET_INDEX 1