X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2Fsemantics.c;h=02f0371ef79b212b49770432f18bc8dad1738559;hp=d769c668a55e82a7a5b69a94d40a026a719094eb;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/semantics.c b/src/semantics.c index d769c66..02f0371 100644 --- a/src/semantics.c +++ b/src/semantics.c @@ -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;