Skip to content

Commit

Permalink
r19187@ata: rafl | 2005-11-05 03:52:46 +0100
Browse files Browse the repository at this point in the history
 * Some POD fixes.


git-svn-id: https://svn.parrot.org/parrot/trunk@9793 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Florian Ragwitz committed Nov 5, 2005
1 parent 07934b6 commit acb120b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions ops/cmp.ops
Expand Up @@ -144,8 +144,6 @@ op eq_addr(in PMC, in PMC, labelconst INT) :base_core {
goto NEXT();
}

=cut

########################################

=item B<ne>(in INT, in INT, labelconst INT)
Expand Down
8 changes: 7 additions & 1 deletion ops/core.ops
Expand Up @@ -535,7 +535,13 @@ op set_returns(inconst PMC) {

=head2 Address manipulation

=over 4 ########################################
=for clarity

########################################

=cut

=over 4

=item B<set_addr>(out INT, labelconst INT)

Expand Down
2 changes: 0 additions & 2 deletions ops/object.ops
Expand Up @@ -268,8 +268,6 @@ op subclass(out PMC, in STR) :object_classes {
goto NEXT();
}

=cut

=item B<getclass>(out PMC, in STR)

Find the PMC for a class, by name. Note that this is a one-level hash, so for
Expand Down
4 changes: 0 additions & 4 deletions ops/string.ops
Expand Up @@ -280,8 +280,6 @@ inline op index(out INT, in STR, in STR, in INT) :base_core {

########################################

=cut

op DELETED_pack(inout STR, in INT, in INT) :base_core {
goto NEXT();
}
Expand Down Expand Up @@ -549,8 +547,6 @@ op split(out PMC, in STR, in STR) :base_core {
goto NEXT();
}

=cut

op DELETED_isnull(in STR, labelconst INT) :base_core {
goto NEXT();
}
Expand Down

0 comments on commit acb120b

Please sign in to comment.