aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-06-18 14:36:06 +0100
committerGinger Bill <bill@gingerbill.org>2017-06-18 14:36:06 +0100
commit4236519b84e2bea73b1b7756a20a2df24d3fb070 (patch)
tree39e90d5650a9e84270d41b899eadc3aaed02a87c /src/check_stmt.cpp
parente4944b4f2ebf617d629184257ef81e9c3f212e6c (diff)
`#location(..)` and `#call_location`
Diffstat (limited to 'src/check_stmt.cpp')
-rw-r--r--src/check_stmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_stmt.cpp b/src/check_stmt.cpp
index 318239b25..6c74e4017 100644
--- a/src/check_stmt.cpp
+++ b/src/check_stmt.cpp
@@ -1161,7 +1161,7 @@ void check_stmt_internal(Checker *c, AstNode *node, u32 flags) {
}
- TokenKind op = {};
+ TokenKind op = Token_Invalid;
Operand a = lhs;
Operand b = rhs;