diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-11 06:40:52 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-08-11 06:40:52 (GMT) |
commit | 1ba4ad76b3abf67834ed39e7f20199104298b794 (patch) | |
tree | 3168591b5da4c539d43510f3fb4214a7e5dc91b0 /generic/tclInt.h | |
parent | 33c33747236b588a0fb278f6ab9a37e824b06f1c (diff) | |
parent | 1c5831fa439ec0ee7a7f63fa15753b0ff46c5100 (diff) | |
download | tcl-1ba4ad76b3abf67834ed39e7f20199104298b794.zip tcl-1ba4ad76b3abf67834ed39e7f20199104298b794.tar.gz tcl-1ba4ad76b3abf67834ed39e7f20199104298b794.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index a2b8c20..817e150 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -1718,6 +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 /* |