diff options
| author | gingerBill <bill@gingerbill.org> | 2022-09-12 13:08:32 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-09-12 13:08:32 +0100 |
| commit | ef372bd86194a01f6386fd1eae71e7362e28cf89 (patch) | |
| tree | f418c4493ab2d0d23c12f05c47bf5e53ce7d7126 /src/parser.cpp | |
| parent | fbbfe438dc8d841bdba6585c7b80336b569a01f0 (diff) | |
Replace `#optional_second` with `#optional_allocator_error`
Diffstat (limited to 'src/parser.cpp')
| -rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index 70a87d2a5..2109945ec 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -1857,7 +1857,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(optional_allocator_error) ELSE_IF_ADD_TAG(require_results) ELSE_IF_ADD_TAG(bounds_check) ELSE_IF_ADD_TAG(no_bounds_check) |