Made the constant following the "interrupt" keyword optional. If omitted,
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Aug 2003 04:53:07 +0000 (04:53 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Aug 2003 04:53:07 +0000 (04:53 +0000)
commit6ae24c6a59a04e149ad4fbd91a6212893aa27af7
tree3abd5100a27fd69dd109b418cf150da571402ce9
parent1529c05be1991fcd88bfea5c971971c7838efe74
Made the constant following the "interrupt" keyword optional. If omitted,
the function will not automatically be given an entry in the interrupt
vector table (similar to #pragma NOIV, but less syntacticly kludgy). The
interrupt number is also now range checked.

* src/SDCC.y
* src/SDCCmem.c
* src/SDCCglue.c
* src/SDCCsymt.h
* support/Util/SDCCerr.c
* support/Util/SDCCerr.h
* doc/sdccman.lyx

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2823 4a8a32a2-be11-0410-ad9d-d568d2c75423
doc/sdccman.lyx
src/SDCC.y
src/SDCCglue.c
src/SDCCmem.c
src/SDCCsymt.h
support/Util/SDCCerr.c
support/Util/SDCCerr.h