diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-06-01 02:42:19 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-06-01 02:42:19 (GMT) |
commit | a2a2c49718f8fdda26f4c14905b28cc2e814044c (patch) | |
tree | 903458b001bcb804b27452d51b6f3ae8ebaf00f7 /ChangeLog | |
parent | c954573bcefbcf4f7660bdb42bfe1d44f33950a7 (diff) | |
download | tcl-a2a2c49718f8fdda26f4c14905b28cc2e814044c.zip tcl-a2a2c49718f8fdda26f4c14905b28cc2e814044c.tar.gz tcl-a2a2c49718f8fdda26f4c14905b28cc2e814044c.tar.bz2 |
* generic/tclDictObj.c: Added missing initializers to the ensemble
map to silence a compiler warning.
Thanks to George Peter Staplin for the
report.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * generic/tclOODecls.h: Added the swizzling of DLLEXPORT and * generic/tclOOIntDecls.h: DLLIMPORT needed to make EXTERN work. + + * generic/tclDictObj.c: Added missing initializers to the ensemble + map to silence a compiler warning. + Thanks to George Peter Staplin for the + report. 2008-06-01 Donal K. Fellows <dkf@users.sf.net> |