fixed "#pragma SAVE/RESTORE can not be nested"
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 12 Apr 2003 21:09:58 +0000 (21:09 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 12 Apr 2003 21:09:58 +0000 (21:09 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2524 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog

index bdfa5c586a43526158a7ea36f1da8c39b0ca57ed..a3178060a1968acb0eec96edfe51a5959febad83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-12  Borut Razem <borut.razem@siol.net>
+
+       * fixed "#pragma SAVE/RESTORE can not be nested":
+       * src/SDCC.lex: reworked pragma handling functions
+       * sdcc/src/SDCCglobl.h: reworked stack handling macros
+       * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
+
 2003-04-12  Bernhard Held <bernhard@bernhardheld.de>
 
        * src/SDCCutil.c (pathEquivalent): defined but not used