diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-12 10:37:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-12 10:37:05 (GMT) |
commit | 91c115082e00fb94377ca5651198dc520cbc57f0 (patch) | |
tree | 71dcc00bb0be90d9c9640a811e3556e9e45e089b /generic/tclInt.h | |
parent | e299458ad5e31a67f036d79d90d37ae12ca6cae6 (diff) | |
parent | 167c883c087ff89c46268d3b3a0067a8095704a5 (diff) | |
download | tcl-91c115082e00fb94377ca5651198dc520cbc57f0.zip tcl-91c115082e00fb94377ca5651198dc520cbc57f0.tar.gz tcl-91c115082e00fb94377ca5651198dc520cbc57f0.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 817e150..47b1d8e 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1718,7 +1718,7 @@ typedef struct Command { #define CMD_COMPILES_EXPANDED 0x08 #define CMD_REDEF_IN_PROGRESS 0x10 #define CMD_VIA_RESOLVER 0x20 -#define CMD_DEAD 0x30 +#define CMD_DEAD 0x40 /* |