From 9c27c0e59b0afaae14af4b0a18f128744ea594b1 Mon Sep 17 00:00:00 2001 From: andreask Date: Tue, 13 Dec 2011 17:45:39 +0000 Subject: (TclInitAuxDataTypeTable): Extended to register the DictUpdateInfo structure as an AuxData type. For use by tbcload, tclcompiler. --- ChangeLog | 6 ++++++ generic/tclCompile.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a753e4..5c7a7b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-12-13 Andreas Kupries + + * generic/tclCompile.c (TclInitAuxDataTypeTable): Extended to + register the DictUpdateInfo structure as an AuxData type. For use + by tbcload, tclcompiler. + 2011-12-11 Jan Nijtmans * generic/regc_locale.c: [Bug 3457031]: Some Unicode 6.0 chars not 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); } /* -- cgit v0.12