Add @(link_suffix=<string>)

This commit is contained in:
gingerBill
2024-05-30 21:48:23 +01:00
parent 7bcf33c881
commit 66acbb7fed
5 changed files with 61 additions and 9 deletions

View File

@@ -223,6 +223,7 @@ struct Entity {
Ast * foreign_library_ident;
String link_name;
String link_prefix;
String link_suffix;
String link_section;
CommentGroup *docs;
CommentGroup *comment;
@@ -243,6 +244,7 @@ struct Entity {
Ast * foreign_library_ident;
String link_name;
String link_prefix;
String link_suffix;
DeferredProcedure deferred_procedure;
struct GenProcsData *gen_procs;