From: bernhardheld Date: Fri, 28 Oct 2005 19:06:22 +0000 (+0000) Subject: * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed specifier unsigned X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f8ef8b9f10c2ea34da3bc17c49e4da050f467235;hp=448bf813a965158420a1cd4a1958628d73d68b7a;p=fw%2Fsdcc * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed specifier unsigned git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3919 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index bf0303dc..642b13db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-28 Bernhard Held + + * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed + specifier unsigned + 2005-10-28 Raphael Neider * device/include/pic/p16f_common.inc: added common declarations