From ef372bd86194a01f6386fd1eae71e7362e28cf89 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 12 Sep 2022 13:08:32 +0100 Subject: Replace `#optional_second` with `#optional_allocator_error` --- src/parser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.hpp') diff --git a/src/parser.hpp b/src/parser.hpp index 7433744e6..e384f1e7e 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -232,7 +232,7 @@ enum ProcTag { ProcTag_require_results = 1<<4, ProcTag_optional_ok = 1<<5, - ProcTag_optional_second = 1<<6, + ProcTag_optional_allocator_error = 1<<6, }; enum ProcCallingConvention : i32 { -- cgit v1.2.3