mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
deprecated attribute for procedure declarations
This commit is contained in:
@@ -75,6 +75,7 @@ struct Entity {
|
||||
AstNode * using_expr;
|
||||
|
||||
isize order_in_src;
|
||||
String deprecated_message;
|
||||
|
||||
union {
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user