Don't warn about ALT use with non-VIRTKEY.
[deliverable/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"));
          }
        ;
This page took 0.023239 seconds and 4 git commands to generate.