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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Apr 19 13:15:18 UTC 2010


Author: mikehh
Date: Mon Apr 19 13:15:18 2010
New Revision: 45800
URL: https://trac.parrot.org/parrot/changeset/45800

Log:
add missing documentation

Modified:
   trunk/compilers/imcc/instructions.c

Modified: trunk/compilers/imcc/instructions.c
==============================================================================
--- trunk/compilers/imcc/instructions.c	Mon Apr 19 10:25:43 2010	(r45799)
+++ trunk/compilers/imcc/instructions.c	Mon Apr 19 13:15:18 2010	(r45800)
@@ -813,6 +813,8 @@
 
 =item C<static int e_file_close(PARROT_INTERP, void *param)>
 
+Close STDOUT
+
 =cut
 
 */
@@ -832,6 +834,8 @@
 =item C<static int e_file_emit(PARROT_INTERP, void *param, const IMC_Unit *unit,
 const Instruction *ins)>
 
+emit the Instruction C<ins> to the given IMC_Unit C<unit>, passing C<param>
+
 =cut
 
 */


More information about the parrot-commits mailing list