Author: kjs Date: Wed Oct 17 02:41:08 2007 New Revision: 22164 Modified: trunk/docs/pdds/draft/pdd19_pir.pod
Log: pdd19_pir.pod: * fix typo * remove .param <reg>" syntax description; is not implemented anyway. Modified: trunk/docs/pdds/draft/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Wed Oct 17 02:41:08 2007 @@ -364,7 +364,7 @@ =item .param <type> <identifier> [:<flag>]* -At the top of a subroutine, declare a local variable, in the mannter +At the top of a subroutine, declare a local variable, in the manner of B<.local>, into which parameter(s) of the current subroutine should be stored. Available flags: C<:slurpy>, C<:optional>, C<:opt_flag> and C<:unique_reg>. @@ -375,14 +375,6 @@ .param <type> <identifier> :named("<identifier>") -=item .param <reg> [:<flag>]* - -{{ Specifying a register for a parameter does not work. See. RT#46455. }} - -At the top of a subroutine, specify where parameter(s) of the current -subroutine should be stored. Available flags: -C<:slurpy>, C<:optional>, C<:opt_flag> and C<:unique_reg>. - =item .return <var> [:<flag> ...] Between B<.pcc_begin_return> and B<.pcc_end_return>, specify one or