From: johanknol Date: Thu, 17 Jan 2002 09:04:37 +0000 (+0000) Subject: fixed bug #504538 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=531c3e6fd9e66c7ae1c2c3888317eb3935c83d5b;p=fw%2Fsdcc fixed bug #504538 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1807 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index 0f8822ba..a67aa47f 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -1047,7 +1047,8 @@ structElemType (sym_link * stype, value * id) } werror (E_NOT_MEMBER, id->name); - return NULL; + // the show must go on + return newIntLink(); } /*------------------------------------------------------------------*/