Author: coke Date: Thu Nov 20 08:20:24 2008 New Revision: 32941 Modified: trunk/docs/pdds/pdd19_pir.pod
Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.l trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imclexer.c trunk/compilers/imcc/imcparser.c trunk/compilers/imcc/pbc.c trunk/compilers/imcc/unit.h trunk/compilers/pct/src/POST/Compiler.pir trunk/compilers/pct/src/POST/Node.pir trunk/editor/pir-mode.el trunk/editor/pir_vim.in trunk/include/parrot/sub.h trunk/languages/perl6/src/builtins/enums.pir trunk/src/pmc/closure.pmc trunk/src/pmc/sub.pmc trunk/t/op/lexicals.t trunk/t/pmc/sub.t Log: Resolve RT#60592 ; rename :lexid to :subid change docs, PIR syntax, and internal C structure that housed the data. Modified: trunk/docs/pdds/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/pdd19_pir.pod (original) +++ trunk/docs/pdds/pdd19_pir.pod Thu Nov 20 08:20:24 2008 @@ -509,10 +509,6 @@ The marked C<.sub> is lexically nested within the sub known by I<subname>. -=item :lexid( <string_constant> ) - -Deprecated; see RT#60592. C<:lexid> will be renamed to C<:subid>. - =item :subid( <string_constant> ) Specifies a unique string identifier for the subroutine. This is useful for