From 7e838bc8f77ec28df97e9486ee98a5750f7aa52f Mon Sep 17 00:00:00 2001 From: johanknol Date: Thu, 4 Oct 2001 12:48:15 +0000 Subject: [PATCH] finalized the fix for bug #467142 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1355 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCsymt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index b87b4c51..217265cd 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -1429,6 +1429,8 @@ computeType (sym_link * type1, sym_link * type2) (!IS_LITERAL(type2) && SPEC_USIGN (etype2))) && !IS_FLOAT (reType)) SPEC_USIGN (reType) = 1; + else + SPEC_USIGN (reType) = 0; /* if result is a literal then make not so */ if (IS_LITERAL (reType)) -- 2.30.2