* support/cpp2/sdcc.h: removed x*alloc() macros
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 8 Dec 2006 19:18:20 +0000 (19:18 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 8 Dec 2006 19:18:20 +0000 (19:18 +0000)
commitfdf251efe9b7d321c8ebbccfecdb999f3b9e11d7
tree5caf293cd99d0f88cd911963770930aa5f006172
parent101a547ed059a3892fb0ef143ec7f47b9bccffe0
* support/cpp2/sdcc.h: removed x*alloc() macros
* support/cpp2/libiberty.h: uncommented out x*alloc() declarations
* support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
  support/cpp2/sdcpp.sdc: x*alloc files added to the project
* support/cpp2/system.h: moved #include "sdcc.h"
* support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
  support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
  added
* support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
  -funsigned-char options
* support/cpp2/sdcppmain.c: fixed bug 1611411

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4505 4a8a32a2-be11-0410-ad9d-d568d2c75423
13 files changed:
ChangeLog
support/cpp2/Makefile.bcc
support/cpp2/Makefile.in
support/cpp2/libiberty.h
support/cpp2/libiberty/xexit.c [new file with mode: 0644]
support/cpp2/libiberty/xmalloc.c [new file with mode: 0644]
support/cpp2/libiberty/xstrdup.c [new file with mode: 0644]
support/cpp2/libiberty/xstrerror.c [new file with mode: 0644]
support/cpp2/sdcc.h
support/cpp2/sdcpp.dsp
support/cpp2/sdcppinit.c
support/cpp2/sdcppmain.c
support/cpp2/system.h