From: borutr Date: Sun, 20 Apr 2003 19:44:35 +0000 (+0000) Subject: * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=911da0edae0dd695c09afea8f2cfd9b33e8ff886;p=fw%2Fsdcc * 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 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2555 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 2de7091c..031e95cd 100644 --- 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