]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/semantics.c
Pristine nesc-1.3.2
[nesc.git] / src / semantics.c
index d769c668a55e82a7a5b69a94d40a026a719094eb..02f0371ef79b212b49770432f18bc8dad1738559 100644 (file)
@@ -761,7 +761,7 @@ void parse_declarator(type_element modifiers, declarator d, bool bitfield,
                              "attributes cannot be used as types");
          newtype = error_type;
          break;
-       case kind_gcc_attribute: case kind_nesc_attribute:
+       case kind_gcc_attribute: case kind_target_attribute: case kind_nesc_attribute:
          attributes = push_attribute(attributes, CAST(attribute, spec));
          break;
        default: assert(0); break;