Hi Manfred,

@@ -868,6 +870,8 @@ show_attr (symbol_attribute *attr, const char * module)
      fputs (" IN-NAMELIST", dumpfile);
    if (attr->in_common)
      fputs (" IN-COMMON", dumpfile);
+  if (attr->in_equivalence)
+    fputs (" IN_EQUIVALENDE", dumpfile);

s/IN_/IN-/
s/ENDE/ENCE/

Two typos in one line :-)

Fixed as obvious and simple in r15-6878.

Best regards

        Thomas

Reply via email to