Author: kjs Date: Wed Nov 28 03:16:34 2007 New Revision: 23177 Modified: trunk/docs/pdds/draft/pdd19_pir.pod
Log: [pdd19] remove .sym from pdd19 - pir. Modified: trunk/docs/pdds/draft/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Wed Nov 28 03:16:34 2007 @@ -214,12 +214,6 @@ associate the identifier with a unique register for the duration of the compilation unit. -=item .sym [deprecated, see RT#45405] - - .sym <type> <identifier> [:unique_reg] - -Same as C<.local>. - =item .lex <identifier>, <reg> Declare a lexical variable that is an alias for a PMC register. For example, @@ -897,7 +891,7 @@ .arg x .arg y .arg z - .pcc_call $P0, $P1 # r = _sub_label(x, y, z) + .pcc_call $P0, $P1 # r = _sub_label(x, y, z) ret_addr: .local int r # optional - new result var .result r