summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-16 22:58:27 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-16 22:58:27 +0300
commitab0607726cb2bd7b93be5a9ff02661221fd86f65 (patch)
tree650a0e9d1fa027858859c49f0981dd6d19d84ccd /src/Makefile.files
parentf2f74f08e65f69aac870a9283a49ceca76b60f05 (diff)
downloadparanucker-ab0607726cb2bd7b93be5a9ff02661221fd86f65.tar.gz
paranucker-ab0607726cb2bd7b93be5a9ff02661221fd86f65.tar.bz2
paranucker-ab0607726cb2bd7b93be5a9ff02661221fd86f65.tar.xz
paranucker-ab0607726cb2bd7b93be5a9ff02661221fd86f65.zip
Add parsing node PTRMEM_CST.
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 a4fb7c7..806f6bc 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -284,4 +284,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/lrotate_expr.h \
parsers/expr/lrotate_expr.cpp \
nodes/expr/max_expr.h \
- parsers/expr/max_expr.cpp \ No newline at end of file
+ parsers/expr/max_expr.cpp \
+ nodes/cst/ptrmem_cst.h \
+ parsers/cst/ptrmem_cst.cpp \ No newline at end of file