From 79af41832015f22f5c7f4a9d50774eca471ca6a9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Jun 2015 01:27:40 +0300 Subject: Add parsing node IF_STMT. --- 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 edfd14b..94291cb 100644 --- a/src/includes/nodeshandling.inc +++ b/src/includes/nodeshandling.inc @@ -19,3 +19,4 @@ handleNodeType(CLEANUP_POINT_EXPR, CleanupPointExpr) handleNodeType(VAR_DECL, VarDecl) handleNodeType(BLOCK, Block) handleNodeType(EXPR_STMT, ExprStmt) +handleNodeType(IF_STMT, IfStmt) -- cgit v1.2.3-60-g2f50