2003-01-17 Andrew Cagney <ac131313@redhat.com>
[binutils-gdb.git] / binutils / rcparse.y
index 898e99fdfd14dd5be713f158ebdef4a3dbcd5603..1f10da7eaf3e23bb258ac04b017e145956cf8738 100644 (file)
@@ -219,7 +219,7 @@ acc_entry:
            $$.id = $2;
            $$.flags |= $4;
            if (($$.flags & ACC_VIRTKEY) == 0
-               && ($$.flags & (ACC_SHIFT | ACC_CONTROL | ACC_ALT)) != 0)
+               && ($$.flags & (ACC_SHIFT | ACC_CONTROL)) != 0)
              rcparse_warning (_("inappropriate modifiers for non-VIRTKEY"));
          }
        ;