aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-19 22:31:14 +0100
committergingerBill <bill@gingerbill.org>2021-04-19 22:31:14 +0100
commitf1bdd2e60f76fd02f10728b2fe11f5d58350785d (patch)
tree170952c8524daab434fe67e04fbbdd81f0f8bb02 /src/parser.hpp
parent0eb75886d16307091d5379d53fac9a3cca8d5a7d (diff)
Improve `#optional_ok` logic for procedures; Add `#optional_second` for `package runtime` usage
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 47e860845..35a1c1997 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -203,6 +203,7 @@ enum ProcTag {
ProcTag_require_results = 1<<4,
ProcTag_optional_ok = 1<<5,
+ ProcTag_optional_second = 1<<6,
};
enum ProcCallingConvention {