(printIvalChar) - removed internal error: it is triggered by structflexarray.c regres...
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 15 Nov 2008 18:11:26 +0000 (18:11 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 15 Nov 2008 18:11:26 +0000 (18:11 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5270 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglue.c

index c65ca88ab012e2b7e3a35f422b4c26c3ffa43a17..19c452ea17571170913290e4404f3bea74cee696 100644 (file)
@@ -774,9 +774,6 @@ printIvalChar (symbol * sym, sym_link * type, initList * ilist, struct dbuf_s *
         {
           if (!size)
             {
-              werror (E_INTERNAL_ERROR, __FILE__, __LINE__,
-                "size should never be 0");
-
               /* we have not been given a size, but now we know it */
               size = strlen (SPEC_CVAL (val->etype).v_char) + 1;
               /* but first check, if it's a flexible array */