* device/lib/time.c (mktime): fixed bug reported by Bert Thomas
authorbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 9 Mar 2004 21:36:07 +0000 (21:36 +0000)
committerbernhardheld <bernhardheld@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 9 Mar 2004 21:36:07 +0000 (21:36 +0000)
commit55da683903458a2f33cc84f1c93d8141a9e1b739
tree03985b1f65ddf729872912a7f8cbe6ad859f04c6
parentcfe68c56bf38978e8d38fc7356bee7b84ec7b9a6
* device/lib/time.c (mktime): fixed bug reported by Bert Thomas
* sdcc.spec: updated and split sdcc into 3 rpms
* src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is needed for literals of LEFT_OP and '+'
* src/SDCCicode.c (geniCodeLogic): I must have been braindead when I introduced RESULT_TYPE_NOPROM
* src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER; limited promotion to int only for '*'
* src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3259 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
sdcc.spec
src/SDCCast.c
src/SDCCicode.c
src/SDCCsymt.c
src/SDCCsymt.h