* device/include/stdarg.h: changed SDCC specific keywords to double
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 6 Apr 2005 20:09:07 +0000 (20:09 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 6 Apr 2005 20:09:07 +0000 (20:09 +0000)
commit5ccbbbc1178705e93d55cc06bb8116deb5c4ce33
tree78bcf00ec153351ade9b752db0f21df56a84a1a4
parentf8c26719e5821477ae5ed97bdaa1b579b00fd2c5
* device/include/stdarg.h: changed SDCC specific keywords to double
  underlined form.
* device/include/stdint.h: changed intptr_t and uintptr_t for others than
  mcs51 and ds390.
* device/include/hc08/mc68hc908gp32.h,
* device/include/hc08/mc68hc908jb8.h,
* device/include/hc08/mc68hc908jkjl.h,
* device/include/hc08/mc68hc908qy.h: fixed comments
* device/include/mcs51/README: updated
* device/include/mcs51/c8051f120.h: added PINRSF
* device/lib/pic16/libc/stdlib/crc16.c: fixed comments
* src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
  amidst code. Also inline is not supported.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3721 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/hc08/mc68hc908gp32.h
device/include/hc08/mc68hc908jb8.h
device/include/hc08/mc68hc908jkjl.h
device/include/hc08/mc68hc908qy.h
device/include/mcs51/README
device/include/mcs51/c8051f120.h
device/include/stdarg.h
device/include/stdint.h
device/lib/pic16/libc/stdlib/crc16.c
src/pic16/pcode.c