Skip to content

Commit

Permalink
Merge branch 'leto/embed_grant'
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 28, 2011
2 parents 5dd8c54 + b735ced commit 8c04cc3
Show file tree
Hide file tree
Showing 3 changed files with 343 additions and 48 deletions.
2 changes: 0 additions & 2 deletions docs/embed.pod
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1179,8 +1179,6 @@ The list may also be augmented if additional functionality is required.


=item C<Parrot_PMC_instantiate> =item C<Parrot_PMC_instantiate>


=item C<Parrot_PMC_invoke>

=item C<Parrot_PMC_i_pow> =item C<Parrot_PMC_i_pow>


=item C<Parrot_PMC_i_pow_float> =item C<Parrot_PMC_i_pow_float>
Expand Down
4 changes: 2 additions & 2 deletions lib/Parrot/Vtable.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ sub vtbl_embed {


next if $@; next if $@;


# these are GC internals and should not be exposed # these are internals-ish and should not be exposed
next if $name =~ m/^(destroy|mark)$/; next if $name =~ m/^(destroy|mark|invoke)$/;


my $signature = join( ', ', @sig ); my $signature = join( ', ', @sig );
my $arguments = join( ', ', @args ); my $arguments = join( ', ', @args );
Expand Down
Loading

0 comments on commit 8c04cc3

Please sign in to comment.