mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Make require_results an attribute rather than a suffix tag for procedures
This commit is contained in:
@@ -97,6 +97,7 @@ struct DeferredProcedure {
|
||||
struct AttributeContext {
|
||||
bool is_export;
|
||||
bool is_static;
|
||||
bool require_results;
|
||||
String link_name;
|
||||
String link_prefix;
|
||||
isize init_expr_list_count;
|
||||
|
||||
Reference in New Issue
Block a user