]> git.gag.com Git - fw/sdcc/commitdiff
* src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Apr 2003 19:44:35 +0000 (19:44 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 20 Apr 2003 19:44:35 +0000 (19:44 +0000)
  with MSVC with global optimization enabled (probably an cl compiler bug ;-)
* support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
  stack handling macros

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2555 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index 2de7091c4392c29501c22203dda57cf0336c10c2..031e95cd47c396ed5b635c01fba896e76b1d5734 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
        * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
          lklex.c: In function `getfid':
          lklex.c:203: warning: array subscript has type `char'
+       * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
+         with MSVC with global optimization enabled (probably an cl compiler bug ;-)
+       * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
+         stack handling macros
 
 2003-04-19  Borut Razem <borut.razem@siol.net>