1) SDCCast.c - allow cast of ZERO to generic pointer (Special case for NULL)
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Sep 2001 17:29:43 +0000 (17:29 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 17 Sep 2001 17:29:43 +0000 (17:29 +0000)
commit1cd998179613a2ef2515faa250950dc775fd81fc
tree4a1f84f299a56bf521b07ab7f7856ad2d22040d1
parent356b9e6840e7ec836bbf69ee0dfca7c6d07fb9a4
1) SDCCast.c - allow cast of ZERO to generic pointer (Special case for NULL)
2) SDCCcse.c - Do not change CAST of literal to ASSIGNMENT if the literal is
               of pointer type & cast to generic pointer

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1280 4a8a32a2-be11-0410-ad9d-d568d2c75423
src/SDCCast.c
src/SDCCcse.c