From: johanknol Date: Wed, 13 Jun 2001 07:42:49 +0000 (+0000) Subject: That should never have been comitted. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=bcea7c53e166635ea77501fea0a7658da8e5382b;p=fw%2Fsdcc That should never have been comitted. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@883 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCsymt.c b/src/SDCCsymt.c index bf7a5809..363e39a4 100644 --- a/src/SDCCsymt.c +++ b/src/SDCCsymt.c @@ -107,7 +107,7 @@ addSym (bucket ** stab, fprintf (stderr, "addSym: %s ", sname); } /* Make sure sym is a symbol and not a structdef */ - if (1 || StructTab!=stab) { + if (StructTab!=stab) { /* make sure the type is complete and sane */ checkTypeSanity(((symbol *)sym)->etype, ((symbol *)sym)->name); }