aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-10-27 18:44:28 +0100
committergingerBill <bill@gingerbill.org>2018-10-27 18:44:28 +0100
commit2ddb27869bd704d28e4704648c26b17d00ba2ff5 (patch)
tree2059d031bcfb8d4c448448f90dada2bc85358ce2 /src/parser.hpp
parent5c608b01ba8b445511690fe499b811bb2ea15dbe (diff)
Built-in procedure `#defined`
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 4f0b4d260..732d499b8 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -150,6 +150,7 @@ enum ProcTag {
ProcTag_bounds_check = 1<<0,
ProcTag_no_bounds_check = 1<<1,
ProcTag_require_results = 1<<4,
+ ProcTag_no_context = 1<<6,
};
enum ProcCallingConvention {