Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename Role.pir to P6role.pir now it's adding methods to Rakudo's sub…
…class of Parrot's Role PMC.
  • Loading branch information
jnthn committed Jun 1, 2009
1 parent a0d09b3 commit 6ed6997
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 202 deletions.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -43,7 +43,7 @@ SOURCES = perl6.pir \
src/parser/quote_expression.pir \
src/parrot/ClassHOW.pir \
src/parrot/Protoobject.pir \
src/parrot/Role.pir \
src/parrot/P6role.pir \
src/parrot/misc.pir \
src/parrot/state.pir \
src/gen_uprop.pir \
Expand Down
2 changes: 1 addition & 1 deletion perl6.pir
Expand Up @@ -456,7 +456,7 @@ Currently this does the equivalent of EXPORTALL on the core namespaces.
## HLL namespace.
.HLL 'parrot'
.include 'src/parrot/ClassHOW.pir'
.include 'src/parrot/Role.pir'
.include 'src/parrot/P6role.pir'
.include 'src/parrot/Protoobject.pir'
.include 'src/parrot/misc.pir'
.include 'src/parrot/state.pir'
Expand Down
200 changes: 0 additions & 200 deletions src/parrot/Role.pir

This file was deleted.

0 comments on commit 6ed6997

Please sign in to comment.