* support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free...
authormichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 7 Oct 2001 16:55:31 +0000 (16:55 +0000)
committermichaelh <michaelh@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 7 Oct 2001 16:55:31 +0000 (16:55 +0000)
commite6f797f8ccde60604461df6cbb869546fbfbbc2d
tree4fc506f1a717405d7c6912fc46bd6622c2883f2b
parent4b2a5c436502f2a0915dd4eefe3111c2799a8305
* support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.

* support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.

* src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1371 4a8a32a2-be11-0410-ad9d-d568d2c75423
20 files changed:
ChangeLog
sim/ucsim/configure
src/SDCC.lex
src/SDCC.y
src/SDCCglobl.h
src/SDCCglue.c
src/SDCChasht.c
src/SDCCmacro.c
src/SDCCmain.c
src/SDCCopt.c
src/SDCCutil.c
src/altlex.c
src/izt/aop.c
src/z80/gen.c
src/z80/main.c
support/Util/NewAlloc.c
support/cpp/cppexp.c
support/cpp/cpphash.c
support/cpp/cpplib.c
support/regression/tests/scott-compare3.c