aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-09-12 13:08:32 +0100
committergingerBill <bill@gingerbill.org>2022-09-12 13:08:32 +0100
commitef372bd86194a01f6386fd1eae71e7362e28cf89 (patch)
treef418c4493ab2d0d23c12f05c47bf5e53ce7d7126 /src/parser.hpp
parentfbbfe438dc8d841bdba6585c7b80336b569a01f0 (diff)
Replace `#optional_second` with `#optional_allocator_error`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
1 files changed, 1 insertions, 1 deletions
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 {