summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-05-15 21:39:25 +0800
committerJohn Hodge <tpg@mutabah.net>2016-05-15 21:39:25 +0800
commit2ef7be5dc9f455e5dd9d8753aa34e2bb5db7f587 (patch)
treec2fca4958681af9aec6536864aacf8dc59386cf3 /src/ast/expr.hpp
parent0eab78b913d79d4a5f3ddc015f1b5dc5fd21266f (diff)
downloadmrust-2ef7be5dc9f455e5dd9d8753aa34e2bb5db7f587.tar.gz
HIR - Expression conversion progressing
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: