diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-03 19:59:17 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-03 19:59:17 (GMT) |
commit | 0f128ef98cf49bba53ea19526bfb547cefbf4554 (patch) | |
tree | e68aa2c37a0879aee34b84661c2a24a762f1bd81 /ChangeLog | |
parent | d89a3ab9360808277923f70f08aa051dd1dbf3ad (diff) | |
download | tcl-0f128ef98cf49bba53ea19526bfb547cefbf4554.zip tcl-0f128ef98cf49bba53ea19526bfb547cefbf4554.tar.gz tcl-0f128ef98cf49bba53ea19526bfb547cefbf4554.tar.bz2 |
* generic/tclCompile.c:
* generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02,
restoring TCL_ALIGN to the header file. Todd Helfter reported that
the macro is required by tbcload.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-05-03 Miguel Sofer <msofer@users.sf.net> + + * generic/tclCompile.c: + * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, + restoring TCL_ALIGN to the header file. Todd Helfter reported that + the macro is required by tbcload. + 2004-05-03 Kevin Kenny <kennykb@acm.org> * win/tclWin32Dll.c (TclpCheckStackSpace): |