summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r--generic/tclDate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h
index 020fa64..00bd234 100644
--- a/generic/tclDate.h
+++ b/generic/tclDate.h
@@ -389,7 +389,8 @@ typedef struct ClockScanTokenMap {
typedef struct ClockScanToken {
ClockScanTokenMap *map;
- unsigned int lookAhead;
+ unsigned short int lookAhead;
+ unsigned short int endDistance;
struct {
const char *start;
const char *end;