Author: bernhard Date: Mon Dec 22 06:13:53 2008 New Revision: 34244 Modified: trunk/src/hll.c
Log: [doc] Update doc for Parrot_register_HLL(). Signature was changed in r21105 Modified: trunk/src/hll.c ============================================================================== --- trunk/src/hll.c (original) +++ trunk/src/hll.c Mon Dec 22 06:13:53 2008 @@ -140,12 +140,11 @@ =item C<INTVAL Parrot_register_HLL> -Register HLL C<hll_name> within Parrot core. If C<hll_lib> isn't a NULL -STRING, load the shared language support library. Creates a root namespace for -the HLL named C<hll_name>. Returns a type ID for this HLL or 0 on error. +Return the HLL id if C<hll_name> is already registered in the interpreter. -If C<hll_name> is NULL, only the library is loaded. The C<.loadlib> pragma -uses this. +Otherwise register the HLL C<hll_name> within the interpreter. +Creates a root namespace for the HLL named C<hll_name>. +Returns a type ID for this HLL or 0 on error. =cut
