summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r--src/ast/expr.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast/expr.hpp b/src/ast/expr.hpp
index 3bb849d5..00694962 100644
--- a/src/ast/expr.hpp
+++ b/src/ast/expr.hpp
@@ -573,6 +573,8 @@ struct ExprNode_UniOp:
NODE_METHODS();
};
+#undef NODE_METHODS
+
class NodeVisitor
{
public: