summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-16 22:38:28 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-16 22:38:28 +0300
commit6f90bb07a23698a22b545ee656c5791ec4209441 (patch)
tree3dfea775abcaca6546e2ac255549fbdfd9aa70a0 /src/Makefile.files
parent0f3d56c28b94da062c5f7af25f40673717522ee5 (diff)
downloadparanucker-6f90bb07a23698a22b545ee656c5791ec4209441.tar.gz
paranucker-6f90bb07a23698a22b545ee656c5791ec4209441.tar.bz2
paranucker-6f90bb07a23698a22b545ee656c5791ec4209441.tar.xz
paranucker-6f90bb07a23698a22b545ee656c5791ec4209441.zip
Add parsing node LROTATE_EXPR.
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 eb8a52a..240d129 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -280,4 +280,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/float_expr.h \
parsers/expr/float_expr.cpp \
nodes/expr/goto_expr.h \
- parsers/expr/goto_expr.cpp \ No newline at end of file
+ parsers/expr/goto_expr.cpp \
+ nodes/expr/lrotate_expr.h \
+ parsers/expr/lrotate_expr.cpp \ No newline at end of file