From: johanknol Date: Sun, 16 Mar 2003 11:27:24 +0000 (+0000) Subject: Undid the hackup of const and volatile, the problem is much bigger. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=117bad196652dcb7bc77e3428dd5c14e072e68c1;p=fw%2Fsdcc Undid the hackup of const and volatile, the problem is much bigger. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2395 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index ef376579..fb9d94a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-16 + + Undid the hackup of const and volatile, the problem is much bigger + * src/SDCC.y:1.65 + * src/SDCCast.c:1.171 + * src/SDCCglue.c:1.138 + * src/SDCCicode.c:1.146 + * src/SDCCsymt.c:1.150 + * src/SDCCval.c:1.65 + 2003-03-15 Bernhard Held * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541