Commit e44e1bfc authored by Ian Henriksen's avatar Ian Henriksen

Enable proper temporary and exception handling for logical negation.

parent 33475b28
......@@ -9271,9 +9271,6 @@ class NotNode(UnopNode):
def calculate_result_code(self):
return "(!%s)" % self.operand.result()
def generate_result_code(self, code):
pass
class UnaryPlusNode(UnopNode):
# unary '+' operator
......
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