Author: coke Date: Tue Nov 4 17:46:38 2008 New Revision: 32356 Modified: trunk/docs/pdds/pdd19_pir.pod
Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imc.h trunk/compilers/imcc/imcc.l trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imclexer.c trunk/compilers/imcc/imcparser.c trunk/compilers/imcc/imcparser.h trunk/compilers/imcc/parser_util.c trunk/docs/book/ch13_reference.pod trunk/docs/imcc/imcfaq.pod trunk/editor/pir-mode.el Log: Remove .pragma n_operators, closing out RT #57438. This leaves no .pragma remaining, so remove .pragma support. Modified: trunk/docs/pdds/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/pdd19_pir.pod (original) +++ trunk/docs/pdds/pdd19_pir.pod Tue Nov 4 17:46:38 2008 @@ -396,19 +396,6 @@ Closes the scope block that was opened with .namespace <identifier>. -=item .pragma n_operators [deprecated: RT #57438] - -Convert arithmethic infix operators to n_infix operations. The unary opcodes -C<abs>, C<not>, C<bnot>, C<bnots>, and C<neg> are also changed to use a C<n_> -prefix. - - .pragma n_operators 1 - .sub foo - ... - $P0 = $P1 + $P2 # n_add $P0, $P1, $P2 - $P2 = abs $P0 # n_abs $P2, $P0 - - =back =head3 Subroutine flags