summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2020-08-10 18:05:10 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2020-08-10 18:05:10 (GMT)
commite29e808f57505a56193de6e0717c7abe95755b03 (patch)
tree3a9dc4b64ea48ddec33f65474dad7bedc344dae7 /generic/tclInt.h
parent6c0be70d2b1cc5dbfd1277556ac27ea2e39be4bb (diff)
downloadtcl-e29e808f57505a56193de6e0717c7abe95755b03.zip
tcl-e29e808f57505a56193de6e0717c7abe95755b03.tar.gz
tcl-e29e808f57505a56193de6e0717c7abe95755b03.tar.bz2
Fix for [29e8848eb976], imported alias in a deletion trace.
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 31108c7..1e90b70 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1682,6 +1682,7 @@ typedef struct Command {
#define CMD_COMPILES_EXPANDED 0x08
#define CMD_REDEF_IN_PROGRESS 0x10
#define CMD_VIA_RESOLVER 0x20
+#define CMD_DEAD 0x30
/*