diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-06 09:28:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-12-06 09:28:45 (GMT) |
commit | 7631cbda15c13ff69b665f0b71ad20c866c00624 (patch) | |
tree | 628495248d2859ac2236a55f946637dcf06c70b4 /generic/tclCompile.h | |
parent | a630c1dc2232dccafd45cdf3fc7962f25108bf42 (diff) | |
download | tcl-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.h | 1 |
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)) |