summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2013-12-06 09:28:45 (GMT)
committerdkf <dkf@noemail.net>2013-12-06 09:28:45 (GMT)
commitb83ab56dd7c0790b8fa70a5e386294e64b3c0b71 (patch)
tree5ebe2fe3fdb68d2629afeb41c51197f326c7ecf3 /generic/tclCompile.h
parent6edfbce2043d7cb319b5839b8304f83645ac604e (diff)
downloadtcl-b83ab56dd7c0790b8fa70a5e386294e64b3c0b71.zip
tcl-b83ab56dd7c0790b8fa70a5e386294e64b3c0b71.tar.gz
tcl-b83ab56dd7c0790b8fa70a5e386294e64b3c0b71.tar.bz2
Stop printing undefined values in disassembled code.
FossilOrigin-Name: ccaa2e5f905687cdcac955002e2a7b4d69f267a8
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))