X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=nesc.git;a=blobdiff_plain;f=src%2FAST_defs.h;h=88f73b66051e07232648ffbaa6a3bd22d852aafd;hp=1d8daaddc211e8e26c7750ee8725d7c31e26a90d;hb=7b54393e237ed8f23c0c74f0a6cbc8de26c5bf98;hpb=57d4530c4d6814fa25338a00cc65b95938c723b6 diff --git a/src/AST_defs.h b/src/AST_defs.h index 1d8daad..88f73b6 100644 --- a/src/AST_defs.h +++ b/src/AST_defs.h @@ -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);