[svn:parrot] r37923 - trunk/compilers/pirc/src

coke at svn.parrot.org coke at svn.parrot.org
Mon Apr 6 15:02:02 UTC 2009


Author: coke
Date: Mon Apr  6 15:02:01 2009
New Revision: 37923
URL: https://trac.parrot.org/parrot/changeset/37923

Log:
[t/docs] fix pod-o, add doc stub, rerun through headerizer.

Infinoid++

Modified:
   trunk/compilers/pirc/src/bcgen.c

Modified: trunk/compilers/pirc/src/bcgen.c
==============================================================================
--- trunk/compilers/pirc/src/bcgen.c	Mon Apr  6 14:52:28 2009	(r37922)
+++ trunk/compilers/pirc/src/bcgen.c	Mon Apr  6 15:02:01 2009	(r37923)
@@ -300,8 +300,7 @@
 
 /*
 
-=item c<int
-add_num_const(ARGIN(bytecode * const bc), double f)>
+=item C<int add_num_const(bytecode * const bc, double f)>
 
 XXX should f be a FLOATVAL?
 
@@ -1061,6 +1060,14 @@
 
 #if 0
 
+/*
+
+=item C<opcode_t * make_jit_info(PARROT_INTERP, const struct _IMC_Unit *unit)>
+
+=cut
+
+*/
+
 PARROT_WARN_UNUSED_RESULT
 PARROT_CANNOT_RETURN_NULL
 opcode_t *


More information about the parrot-commits mailing list