diff options
| author | gingerBill <bill@gingerbill.org> | 2018-03-03 11:16:48 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-03-03 11:16:48 +0000 |
| commit | 9274f29ca950a1f6b91506b56a291fce0b534f64 (patch) | |
| tree | b9a8b563fc23492e23921258b3f0150adb041082 /src/entity.cpp | |
| parent | 08c87e57f878130fd10d8845115070e8bce2a588 (diff) | |
`deprecated` attribute for procedure declarations
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index 14efe6b60..5c7157490 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -75,6 +75,7 @@ struct Entity { AstNode * using_expr; isize order_in_src; + String deprecated_message; union { struct { |