X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2FAST_parent.c;fp=src%2FAST_parent.c;h=ec9fc27e406503ed3b5a9f81112328aacd3221e4;hp=63c7cc5e06415ca69c3019da2ebda619f18e1d8f;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 diff --git a/src/AST_parent.c b/src/AST_parent.c index 63c7cc5..ec9fc27 100644 --- a/src/AST_parent.c +++ b/src/AST_parent.c @@ -88,7 +88,7 @@ case kind_attribute: { AST_set_parent_list(&x->word1, n); break; } -case kind_gcc_attribute: { +case kind_gcc_attribute: case kind_target_attribute: { gcc_attribute x = CAST(gcc_attribute, n); AST_set_parent_list(&x->word1, n);