Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Change src/parrot/ to more correctly named src/cheats/ .
  • Loading branch information
pmichaud committed Oct 15, 2009
1 parent 672674d commit ec4637c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -55,8 +55,8 @@ P6REGEX_SOURCES = \
src/Regex/P6Regex.pir \
src/gen/p6regex-grammar.pir \
src/gen/p6regex-actions.pir \
src/parrot/PGE.pir \
src/parrot/p6regex-grammar.pir \
src/cheats/PGE.pir \
src/cheats/p6regex-grammar.pir \
src/PAST/Regex.pir \
src/PAST/Compiler-Regex.pir \
src/Regex/constants.pir \
Expand Down
4 changes: 2 additions & 2 deletions src/Regex/P6Regex.pir
Expand Up @@ -33,8 +33,8 @@ Regex::P6Regex - Parser/compiler for Perl 6 regexes
.include 'src/gen/p6regex-grammar.pir'
.include 'src/gen/p6regex-actions.pir'
.include 'src/parrot/PGE.pir'
.include 'src/parrot/p6regex-grammar.pir'
.include 'src/cheats/PGE.pir'
.include 'src/cheats/p6regex-grammar.pir'
# these will eventually move to Regex.pir
.include 'src/PAST/Regex.pir'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ec4637c

Please sign in to comment.