[svn:parrot] r37875 - trunk/compilers/imcc

coke at svn.parrot.org coke at svn.parrot.org
Thu Apr 2 20:17:41 UTC 2009


Author: coke
Date: Thu Apr  2 20:17:40 2009
New Revision: 37875
URL: https://trac.parrot.org/parrot/changeset/37875

Log:
[t/docs] add placeholders for function docs in this headerizered file

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Thu Apr  2 20:16:32 2009	(r37874)
+++ trunk/compilers/imcc/pbc.c	Thu Apr  2 20:17:40 2009	(r37875)
@@ -795,6 +795,15 @@
     return NULL;
 }
 
+/*
+
+=item C<static subs_t * find_sub_by_subid(PARROT_INTERP, const char *lookup,
+const subs_t *sym, int *pc)>
+
+=cut
+
+*/
+
 PARROT_WARN_UNUSED_RESULT
 PARROT_CAN_RETURN_NULL
 static subs_t *
@@ -981,6 +990,14 @@
     return string_make(interp, buf, strlen(buf), "ascii", PObj_constant_FLAG);
 }
 
+/*
+
+=item C<STRING * IMCC_string_from__STRINGC(PARROT_INTERP, const char *buf)>
+
+=cut
+
+*/
+
 PARROT_WARN_UNUSED_RESULT
 PARROT_CANNOT_RETURN_NULL
 STRING *


More information about the parrot-commits mailing list