diff options
author | andreask <andreask> | 2011-12-13 17:45:39 (GMT) |
---|---|---|
committer | andreask <andreask> | 2011-12-13 17:45:39 (GMT) |
commit | 9c27c0e59b0afaae14af4b0a18f128744ea594b1 (patch) | |
tree | 3a2d3d18629117a4e580198687211271c229ebe0 /generic/tclCompile.c | |
parent | 83b0f547dde81282eeb1ad61fdebc365c1003746 (diff) | |
download | tcl-9c27c0e59b0afaae14af4b0a18f128744ea594b1.zip tcl-9c27c0e59b0afaae14af4b0a18f128744ea594b1.tar.gz tcl-9c27c0e59b0afaae14af4b0a18f128744ea594b1.tar.bz2 |
(TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure as an AuxData type. For use by tbcload, tclcompiler.
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 97e2a8a..826e49c 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -3572,6 +3572,7 @@ TclInitAuxDataTypeTable(void) TclRegisterAuxDataType(&tclForeachInfoType); TclRegisterAuxDataType(&tclJumptableInfoType); + TclRegisterAuxDataType(&tclDictUpdateInfoType); } /* |