]> oss.titaniummirror.com Git - nesc.git/blobdiff - src/AST_defs.h
Pristine nesc-1.3.2
[nesc.git] / src / AST_defs.h
index 1d8daaddc211e8e26c7750ee8725d7c31e26a90d..88f73b66051e07232648ffbaa6a3bd22d852aafd 100644 (file)
@@ -1908,3 +1908,4 @@ rp_connection new_rp_connection(region r, location location, endpoint ep1, endpo
 eq_connection new_eq_connection(region r, location location, endpoint ep1, endpoint ep2);
 nx_struct_ref new_nx_struct_ref(region r, location location, word word1, attribute attributes, declaration fields, bool defined);
 nx_union_ref new_nx_union_ref(region r, location location, word word1, attribute attributes, declaration fields, bool defined);
+target_attribute new_target_attribute(region r, location location, word word1, expression args);