summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-13 16:19:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-13 16:19:47 +0300
commit402bab925507475d89ff636ceebd35ce08b659cd (patch)
tree4f8f9d6b8a5b680d448158c65d582447926c7c86 /src/includes/nodeshandling.inc
parente01508e3e02a3e208183bc8920c02e4718bd3f07 (diff)
downloadparanucker-402bab925507475d89ff636ceebd35ce08b659cd.tar.gz
paranucker-402bab925507475d89ff636ceebd35ce08b659cd.tar.bz2
paranucker-402bab925507475d89ff636ceebd35ce08b659cd.tar.xz
paranucker-402bab925507475d89ff636ceebd35ce08b659cd.zip
Add parsing node CEIL_MOD_EXPR.
Diffstat (limited to 'src/includes/nodeshandling.inc')
-rw-r--r--src/includes/nodeshandling.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/nodeshandling.inc b/src/includes/nodeshandling.inc
index fb6e7c3..28d36ec 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -82,3 +82,4 @@ handleNodeType(CEIL_DIV_EXPR, CeilDivExpr)
handleNodeType(ROUND_DIV_EXPR, RoundDivExpr)
handleNodeType(TRUNC_MOD_EXPR, TruncModExpr)
handleNodeType(FLOOR_MOD_EXPR, FloorModExpr)
+handleNodeType(CEIL_MOD_EXPR, CeilModExpr)