Skip to content

Commit ba54813

Browse files
committed
Parrot QAST backed moves under src/vm/parrot.
1 parent 7b9b760 commit ba54813

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/build/Makefile.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ QAST_COMBINED = QAST.nqp
8888
QAST_PIR = QAST.pir
8989
QAST_PBC = QAST.pbc
9090
QAST_SOURCES = \
91-
src/QAST/PIRT.nqp \
92-
src/QAST/Operations.nqp \
93-
src/QAST/Compiler.nqp \
91+
src/vm/parrot/QAST/PIRT.nqp \
92+
src/vm/parrot/QAST/Operations.nqp \
93+
src/vm/parrot/QAST/Compiler.nqp \
9494

9595
P6QREGEX_SOURCES = \
9696
src/QRegex/P6Regex/Grammar.nqp \

0 commit comments

Comments
 (0)