aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-09-09 13:48:33 +0100
committergingerBill <bill@gingerbill.org>2018-09-09 13:48:33 +0100
commit12902821d63973e49f34fe5826f1069ca4ea605b (patch)
treede0d95adc10257b85c52c361b00b25f49412cb87 /src/parser.hpp
parentf5549f6bde21c2378700770eae5ab7bba46a3671 (diff)
Make diverging procedure types different from ones without a return type
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 97f484ee1..1d76045d4 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -446,7 +446,7 @@ AST_KIND(_TypeBegin, "", bool) \
u64 tags; \
ProcCallingConvention calling_convention; \
bool generic; \
- bool no_return; \
+ bool diverging; \
}) \
AST_KIND(PointerType, "pointer type", struct { \
Token token; \