From 7413d9038a043dafc6758371fec934957b73049a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Jun 2015 02:15:11 +0300 Subject: Add parsing node MINUS_EXPR. --- src/includes/nodeshandling.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/includes/nodeshandling.inc') diff --git a/src/includes/nodeshandling.inc b/src/includes/nodeshandling.inc index ebd8a65..9695e5b 100644 --- a/src/includes/nodeshandling.inc +++ b/src/includes/nodeshandling.inc @@ -22,3 +22,4 @@ handleNodeType(EXPR_STMT, ExprStmt) handleNodeType(IF_STMT, IfStmt) handleNodeType(WHILE_STMT, WhileStmt) handleNodeType(PLUS_EXPR, PlusExpr) +handleNodeType(MINUS_EXPR, MinusExpr) -- cgit v1.2.3-60-g2f50