* src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
authortecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 2 Feb 2005 21:53:55 +0000 (21:53 +0000)
committertecodev <tecodev@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 2 Feb 2005 21:53:55 +0000 (21:53 +0000)
commit9182d601aa287fff2b037d607180a06bcf0b281b
tree99f8062099ab36754bb9c102b92f120fca11ea2d
parent9b3316a902998d3747e9f4dcbe9ca482b96238fa
* src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
* src/pic16/gen.c (aopForSym): reenabled special case for function pointers
* (pic16_storeForReturn): fixed to allow returning function pointers
* (genPackBits): improved accessing full bytes, implemented for GPOINTERs
* device/include/pic16/{stddef.h,stdbool.h}: added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3669 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/pic16/stdbool.h [new file with mode: 0644]
device/include/pic16/stddef.h [new file with mode: 0644]
src/SDCCast.c
src/pic16/gen.c