diff options
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * generic/tclBasic.c eliminate a namespace clash caused by BuiltinFuncTable not being static. + * generic/tclObj.c fix a namespace clash caused by a missing + static for pendingObjData. + 2005-08-17 Kevin Kenny <kennykb@acm.org> * generic/tclEvent.c (Tcl_Finalize): Removed a copy-and-paste |