* src/SDCC.lex(doPragma) : save and restore warning options as well
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 9 Feb 2005 14:59:40 +0000 (14:59 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 9 Feb 2005 14:59:40 +0000 (14:59 +0000)
commit1037293c11a3f73193c9f25e3eb207ce17b751ae
tree7cc9efdb53dedc27b05d80f5405b4220d38caf6b
parentc41665d0cd3b3ac9bc1a30828ce89f1466a0cd37
* src/SDCC.lex(doPragma) : save and restore warning options as well
  (also added new stack plus clone- and copyAndFreeSDCCERRG())
* have #pragma less_pedantic set the errorlevel to WARNING
  (fixes #1117001)
* (cloneOptimize) : fixed wrong malloc's size
* support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
  facilitate correct handling of #pragma (save|restore)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3674 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
src/SDCC.lex
support/Util/SDCCerr.c
support/Util/SDCCerr.h