Skip to content

Commit

Permalink
s:g/Ops/RakOps/
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jul 7, 2013
1 parent 516d49f commit 2b3dbfb
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion src/vm/jvm/Perl6/Ops.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
my $ops := nqp::getcomp('QAST').operations;

# Type containing Perl 6 specific ops.
my $TYPE_P6OPS := 'Lorg/perl6/rakudo/Ops;';
my $TYPE_P6OPS := 'Lorg/perl6/rakudo/RakOps;';

# Other types we'll refer to.
my $TYPE_OPS := 'Lorg/perl6/nqp/runtime/Ops;';
Expand Down
Loading

0 comments on commit 2b3dbfb

Please sign in to comment.