X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2FAST_list_node.c;fp=src%2FAST_list_node.c;h=ca7e278967dcb3241f7ba80c57c9206f3d81965e;hp=4c26b41f36a0f27e06c08d286628d274bd173ed1;hb=afe799e7802f38d1f55e1bd2044451ba164743b1;hpb=38be457fa32d3ab0721ec1fc9e5086b745e17468 diff --git a/src/AST_list_node.c b/src/AST_list_node.c index 4c26b41..ca7e278 100644 --- a/src/AST_list_node.c +++ b/src/AST_list_node.c @@ -509,3 +509,6 @@ nx_struct_ref nx_struct_ref_chain(nx_struct_ref l1, nx_struct_ref l2) nx_union_ref nx_union_ref_chain(nx_union_ref l1, nx_union_ref l2) { return CAST(nx_union_ref, AST_node_chain(CAST(node, l1), CAST(node, l2))); } +target_attribute target_attribute_chain(target_attribute l1, target_attribute l2) +{ return CAST(target_attribute, AST_node_chain(CAST(node, l1), CAST(node, l2))); } +