summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-12 00:48:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-12 00:48:22 +0300
commitbfd29fe799c6bae2d1cd993687ae8c477d78d681 (patch)
tree5c36f083cbe2cbf08cfa65c96bf80a764bfee3a6 /src/includes/nodeshandling.inc
parent02ed297d531eabef1c381cfc8104d591621bc941 (diff)
downloadparanucker-bfd29fe799c6bae2d1cd993687ae8c477d78d681.tar.gz
paranucker-bfd29fe799c6bae2d1cd993687ae8c477d78d681.tar.bz2
paranucker-bfd29fe799c6bae2d1cd993687ae8c477d78d681.tar.xz
paranucker-bfd29fe799c6bae2d1cd993687ae8c477d78d681.zip
Add parsing node NULLPTR_TYPE.
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 9c0e7f9..4aff437 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -39,3 +39,4 @@ handleNodeType(NOP_EXPR, NopExpr)
handleNodeType(COND_EXPR, CondExpr)
handleNodeType(POINTER_PLUS_EXPR, PointerPlusExpr)
handleNodeType(BOOLEAN_TYPE, BooleanType)
+handleNodeType(NULLPTR_TYPE, NullPtrType)