From bcea7c53e166635ea77501fea0a7658da8e5382b Mon Sep 17 00:00:00 2001 From: johanknol Date: Wed, 13 Jun 2001 07:42:49 +0000 Subject: [PATCH] That should never have been comitted. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@883 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCsymt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2