That should never have been comitted.
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Jun 2001 07:42:49 +0000 (07:42 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 13 Jun 2001 07:42:49 +0000 (07:42 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@883 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCsymt.c

index bf7a5809103e09b0d31a8218d12a69830267e5aa..363e39a467627377ab648d86541a73ddb181ed77 100644 (file)
@@ -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);
   }