summaryrefslogtreecommitdiff
path: root/src/Makefile.files
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/Makefile.files
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/Makefile.files')
-rw-r--r--src/Makefile.files4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.files b/src/Makefile.files
index c955b6c..c53f6d4 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -124,4 +124,6 @@ SRC = analysis/analysis.cpp \
nodes/type/record_type.h \
parsers/type/record_type.cpp \
nodes/expr/target_expr.h \
- parsers/expr/target_expr.cpp \ No newline at end of file
+ parsers/expr/target_expr.cpp \
+ nodes/block/ehspec_block.h \
+ parsers/block/ehspec_block.cpp \ No newline at end of file