summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 06:40:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-11 06:40:52 (GMT)
commit1ba4ad76b3abf67834ed39e7f20199104298b794 (patch)
tree3168591b5da4c539d43510f3fb4214a7e5dc91b0 /generic/tclInt.h
parent33c33747236b588a0fb278f6ab9a37e824b06f1c (diff)
parent1c5831fa439ec0ee7a7f63fa15753b0ff46c5100 (diff)
downloadtcl-1ba4ad76b3abf67834ed39e7f20199104298b794.zip
tcl-1ba4ad76b3abf67834ed39e7f20199104298b794.tar.gz
tcl-1ba4ad76b3abf67834ed39e7f20199104298b794.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
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
/*