summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-04-02 20:07:04 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-04-02 20:07:04 (GMT)
commitd6a5ccd7025b7a835ca14053320b3b0023042e22 (patch)
tree6faaf2d23e95ff98d8d9f1250ddb890d036806c7 /ChangeLog
parent8dc115f0527fc2e8f8863a39a407a8fec572711f (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03fa539..9a3fca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.