Commit 666be97c authored by Stefan Behnel's avatar Stefan Behnel

compiler crash fix on missing attribute

parent b92d4883
...@@ -117,6 +117,7 @@ class ResultRefNode(AtomicExprNode): ...@@ -117,6 +117,7 @@ class ResultRefNode(AtomicExprNode):
# must be set externally (usually a temp name). # must be set externally (usually a temp name).
subexprs = [] subexprs = []
lhs_of_first_assignment = False
def __init__(self, expression): def __init__(self, expression):
self.pos = expression.pos self.pos = expression.pos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment