diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-04-02 20:07:04 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-04-02 20:07:04 (GMT) |
commit | d6a5ccd7025b7a835ca14053320b3b0023042e22 (patch) | |
tree | 6faaf2d23e95ff98d8d9f1250ddb890d036806c7 /ChangeLog | |
parent | 8dc115f0527fc2e8f8863a39a407a8fec572711f (diff) | |
download | tcl-d6a5ccd7025b7a835ca14053320b3b0023042e22.zip tcl-d6a5ccd7025b7a835ca14053320b3b0023042e22.tar.gz tcl-d6a5ccd7025b7a835ca14053320b3b0023042e22.tar.bz2 |
* generic/tclCompile.c:
* generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h,
replaced by the static macro ALIGN() in tclCompile.c [Bug 926445]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-04-02 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompile.c: + * generic/tclInt.h: removed the macro TCL_ALIGN() from tclInt.h, + replaced by the static macro ALIGN() in tclCompile.c [Bug 926445] + +2004-04-02 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompile.h: removed redundant #ifdef _TCLINT [Bug 928415], reported by tauvan. |