Author: leo Date: Tue Mar 7 08:47:23 2006 New Revision: 11813 Modified: trunk/src/hll.c
Log: small hll.c pod fix Modified: trunk/src/hll.c ============================================================================== --- trunk/src/hll.c (original) +++ trunk/src/hll.c Tue Mar 7 08:47:23 2006 @@ -42,7 +42,8 @@ =item C<INTVAL Parrot_get_HLL_type(Interp *, INTVAL hll_id, INTVAL core_type)> -Get an equivalent HLL type number for the language C<hll_id> or 0 on error. +Get an equivalent HLL type number for the language C<hll_id> or return +C<core_type> if the HLL doesn't remap the type. =item C<INTVAL Parrot_get_ctx_HLL_type(Interp *, INTVAL core_type)>
