From 7ef7a5a1975b167217b2841abb3d514d55927410 Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 2 Feb 2003 22:22:47 +0000 Subject: [PATCH] fixed compilation with Borland C git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2212 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3e646c1a..cb090934 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-02-02 Borut Razem + + * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile + * as/mcs51/asm.h: fixed compilation with Borland C + * support/cpp2/Makefile.bcc: added rule to generate auto-host.h + * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C + * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a + * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc, + src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc, + src/z80/Makefile.bcc: delete $(LIB) only if exist + * src/Makefile.bcc, src/pic/Makefile.bcc: fixed compilation with Borland C + 2003-02-02 Bernhard Held * device/include/malloc.h: introduced NULL @@ -20,7 +32,6 @@ * device/lib/_strtok.c: removed NULL * device/lib/malloc.c: removed NULL, include own header - 2003-02-02 * src/mcs51/ralloc.c (packForPush): fixed bug #631653, maybe other ports need this too? At least now some new alerts in SDCCBBlock.c and SDCCicode.c gives an early warning -- 2.47.2