This isn't needed anymore because of SDCCast.c:1.82
authorjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Sep 2001 13:52:46 +0000 (13:52 +0000)
committerjohanknol <johanknol@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 23 Sep 2001 13:52:46 +0000 (13:52 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1299 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCsymt.c

index 7164549b792881d7cc9ad45c2dc1d1cfc554dc16..51702c9e652f4aeef9d3d91a85957bfc77f7c635 100644 (file)
@@ -956,7 +956,7 @@ addSymChain (symbol * symHead)
          then check if the type match, if the types match then
          delete the current entry and add the new entry      */
       if ((csym = findSymWithLevel (SymbolTab, sym)) &&
-         csym->level == sym->level && csym->localof == sym->localof) {
+         csym->level == sym->level) {
        
        /* one definition extern ? */
        if (IS_EXTERN (csym->etype) || IS_EXTERN (sym->etype)) {