[svn:parrot] r47403 - in trunk: compilers/imcc t/codingstd

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat Jun 5 23:03:50 UTC 2010


Author: plobsing
Date: Sat Jun  5 23:03:50 2010
New Revision: 47403
URL: https://trac.parrot.org/parrot/changeset/47403

Log:
C function docs for compilers/imcc/pbc.c

Modified:
   trunk/compilers/imcc/pbc.c
   trunk/t/codingstd/c_function_docs.t

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Sat Jun  5 22:58:11 2010	(r47402)
+++ trunk/compilers/imcc/pbc.c	Sat Jun  5 23:03:50 2010	(r47403)
@@ -736,6 +736,8 @@
 =item C<static subs_t * find_sub_by_subid(PARROT_INTERP, const char *lookup,
 const subs_t *sym, int *pc)>
 
+Find the first sub in the current code segment with a given subid.
+
 =cut
 
 */
@@ -985,6 +987,9 @@
 
 =item C<STRING * IMCC_string_from__STRINGC(PARROT_INTERP, char *buf)>
 
+Creates a Parrot C<STRING> from a string constant found in PIR or PASM. This
+includes cases where charset and/or encoding are specified.
+
 =cut
 
 */

Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t	Sat Jun  5 22:58:11 2010	(r47402)
+++ trunk/t/codingstd/c_function_docs.t	Sat Jun  5 23:03:50 2010	(r47403)
@@ -91,7 +91,6 @@
 }
 
 __DATA__
-compilers/imcc/pbc.c
 compilers/imcc/pcc.c
 compilers/imcc/reg_alloc.c
 compilers/pirc/src/pircapi.c


More information about the parrot-commits mailing list