From: slade_rich Date: Thu, 12 Aug 2004 23:46:26 +0000 (+0000) Subject: Pic port - Fixed problem with fn returning a variable bigger than a char. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bd3053f3d2c56123a3ab2b2ae14a6cbefc70a7fb;p=fw%2Fsdcc Pic port - Fixed problem with fn returning a variable bigger than a char. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3439 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index cb132395..ce34e60a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-13 Slade Rich + + * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char. + 2004-08-12 Erik Petrich * src/SDCClrange.c (findPrevUse): fixed bug #1007371