deleted a warning
authorceriel <none@none>
Thu, 6 Aug 1987 19:15:40 +0000 (19:15 +0000)
committerceriel <none@none>
Thu, 6 Aug 1987 19:15:40 +0000 (19:15 +0000)
util/led/extract.c

index 060f8c3..b6719f4 100644 (file)
@@ -209,9 +209,10 @@ redefine(new, old)
        if (!ISCOMMON(old)) {
                if (!ISCOMMON(new))
                        error("%s: multiply defined", new->on_mptr);
-
+               /*
                else if ((new->on_type & S_TYP) != (old->on_type & S_TYP))
                        warning("%s: sections differ", new->on_mptr);
+               */
        } else {
                /* `Old' is common. */
                if (ISCOMMON(new)) {