diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-19 22:31:14 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-19 22:31:14 +0100 |
| commit | f1bdd2e60f76fd02f10728b2fe11f5d58350785d (patch) | |
| tree | 170952c8524daab434fe67e04fbbdd81f0f8bb02 /src/parser.cpp | |
| parent | 0eb75886d16307091d5379d53fac9a3cca8d5a7d (diff) | |
Improve `#optional_ok` logic for procedures; Add `#optional_second` for `package runtime` usage
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 86419cd8f..18a4ba9d2 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1813,6 +1813,7 @@ void parse_proc_tags(AstFile *f, u64 *tags) { if (false) {} ELSE_IF_ADD_TAG(optional_ok) + ELSE_IF_ADD_TAG(optional_second) ELSE_IF_ADD_TAG(require_results) ELSE_IF_ADD_TAG(bounds_check) ELSE_IF_ADD_TAG(no_bounds_check) |