deprecated attribute for procedure declarations

This commit is contained in:
gingerBill
2018-03-03 11:16:48 +00:00
parent 08c87e57f8
commit 9274f29ca9
10 changed files with 89 additions and 24 deletions

View File

@@ -75,6 +75,7 @@ struct Entity {
AstNode * using_expr;
isize order_in_src;
String deprecated_message;
union {
struct {