Author: coke Date: Fri Nov 14 15:38:08 2008 New Revision: 32651 Modified: trunk/docs/pdds/pdd19_pir.pod
Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imcparser.c Log: Resolve RT#57432, remove [DEPRECATED] .HLL_map syntax. Modified: trunk/docs/pdds/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/pdd19_pir.pod (original) +++ trunk/docs/pdds/pdd19_pir.pod Fri Nov 14 15:38:08 2008 @@ -334,8 +334,6 @@ =item .HLL_map <core_type> = <user_type> [unimplemented: RT #57430] -=item .HLL_map <core_type>, <user_type> [deprecated: RT # 57432] - Whenever Parrot has to create PMCs inside C code on behalf of the running user program, it consults the current type mapping for the executing HLL and creates a PMC of type I<user_type> instead of I<core_type>, if such