summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-03 19:59:17 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-03 19:59:17 (GMT)
commit0f128ef98cf49bba53ea19526bfb547cefbf4554 (patch)
treee68aa2c37a0879aee34b84661c2a24a762f1bd81 /ChangeLog
parentd89a3ab9360808277923f70f08aa051dd1dbf3ad (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03b12d2..5d2d591 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):