summaryrefslogtreecommitdiff
path: root/src/Makefile.files
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-13 16:05:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-13 16:05:32 +0300
commitedbbaa958d4bcb8280482175562b787fe18d6276 (patch)
tree6f58132958d5f331e3d65913869eb8957adf84d7 /src/Makefile.files
parent3c1af429f1c06efaad97a37ae4476e9a7aa44129 (diff)
downloadparanucker-edbbaa958d4bcb8280482175562b787fe18d6276.tar.gz
paranucker-edbbaa958d4bcb8280482175562b787fe18d6276.tar.bz2
paranucker-edbbaa958d4bcb8280482175562b787fe18d6276.tar.xz
paranucker-edbbaa958d4bcb8280482175562b787fe18d6276.zip
Add parsing node FLOOR_DIV_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 3ce29cc..18497c3 100644
--- a/src/Makefile.files
+++ b/src/Makefile.files
@@ -197,4 +197,6 @@ SRC = analysis/analysis.cpp \
nodes/expr/postdecrement_expr.h \
parsers/expr/postdecrement_expr.cpp \
nodes/expr/truncdiv_expr.h \
- parsers/expr/truncdiv_expr.cpp \ No newline at end of file
+ parsers/expr/truncdiv_expr.cpp \
+ nodes/expr/floordiv_expr.h \
+ parsers/expr/floordiv_expr.cpp \ No newline at end of file