summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-12-06 09:28:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-12-06 09:28:45 (GMT)
commit7631cbda15c13ff69b665f0b71ad20c866c00624 (patch)
tree628495248d2859ac2236a55f946637dcf06c70b4 /generic/tclCompile.h
parenta630c1dc2232dccafd45cdf3fc7962f25108bf42 (diff)
downloadtcl-7631cbda15c13ff69b665f0b71ad20c866c00624.zip
tcl-7631cbda15c13ff69b665f0b71ad20c866c00624.tar.gz
tcl-7631cbda15c13ff69b665f0b71ad20c866c00624.tar.bz2
Stop printing undefined values in disassembled code.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index c4e6222..8b1724b 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -908,6 +908,7 @@ typedef struct ForeachInfo {
} ForeachInfo;
MODULE_SCOPE const AuxDataType tclForeachInfoType;
+MODULE_SCOPE const AuxDataType tclNewForeachInfoType;
#define FOREACHINFO(envPtr, index) \
((ForeachInfo*)((envPtr)->auxDataArrayPtr[TclGetUInt4AtPtr(index)].clientData))