summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-12 15:51:14 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-12 15:51:14 +0300
commit935220297043e59853d54697bdf51c96ac1d1812 (patch)
tree1b6cd31d96cc74bbb8295f37d2656ebbd3ceb031 /src/includes/nodeshandling.inc
parent1034d423476ef1a9df030a3b83304157c6d83075 (diff)
downloadparanucker-935220297043e59853d54697bdf51c96ac1d1812.tar.gz
paranucker-935220297043e59853d54697bdf51c96ac1d1812.tar.bz2
paranucker-935220297043e59853d54697bdf51c96ac1d1812.tar.xz
paranucker-935220297043e59853d54697bdf51c96ac1d1812.zip
Add parsing node EH_SPEC_BLOCK.
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 9667cd7..4fb4b33 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -42,3 +42,4 @@ handleNodeType(BOOLEAN_TYPE, BooleanType)
handleNodeType(NULLPTR_TYPE, NullPtrType)
handleNodeType(RECORD_TYPE, RecordType)
handleNodeType(TARGET_EXPR, TargetExpr)
+handleNodeType(EH_SPEC_BLOCK, EhSpecBlock)