From: johanknol Date: Wed, 21 May 2003 09:30:02 +0000 (+0000) Subject: oops X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0124cc49ca3a1678fa92c8ac1d8025a61aee7c9e;p=fw%2Fsdcc oops git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2638 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglue.c b/src/SDCCglue.c index d8ac3a12..1f410e78 100644 --- a/src/SDCCglue.c +++ b/src/SDCCglue.c @@ -1111,7 +1111,7 @@ printIval (symbol * sym, sym_link * type, initList * ilist, FILE * oFile) if (compareType(type, itype)==0) { // special case for literal strings - if (IS_ARRAY (itype) && IS_CHAR (getSpec(type)) && + if (IS_ARRAY (itype) && IS_CHAR (getSpec(itype)) && // which are really code pointers IS_PTR(type) && DCL_TYPE(type)==CPOINTER) { // no sweat