[svn:parrot] r40888 - branches/context_pmc3/src/gc

bacek at svn.parrot.org bacek at svn.parrot.org
Mon Aug 31 09:43:57 UTC 2009


Author: bacek
Date: Mon Aug 31 09:43:54 2009
New Revision: 40888
URL: https://trac.parrot.org/parrot/changeset/40888

Log:
[cage] Fix functions docs.

Modified:
   branches/context_pmc3/src/gc/alloc_register.c

Modified: branches/context_pmc3/src/gc/alloc_register.c
==============================================================================
--- branches/context_pmc3/src/gc/alloc_register.c	Mon Aug 31 07:38:58 2009	(r40887)
+++ branches/context_pmc3/src/gc/alloc_register.c	Mon Aug 31 09:43:54 2009	(r40888)
@@ -536,7 +536,7 @@
 
 /*
 
-=item C<void Parrot_pcc_get_INTVAL_reg(PARROT_INTERP)>
+=item C<INTVAL * Parrot_pcc_get_INTVAL_reg(PARROT_INTERP, PMC *ctx, INTVAL idx)>
 
 Get pointer to INTVAL register.
 
@@ -555,7 +555,8 @@
 
 /*
 
-=item C<void Parrot_pcc_get_INTVAL_reg(PARROT_INTERP)>
+=item C<FLOATVAL * Parrot_pcc_get_FLOATVAL_reg(PARROT_INTERP, PMC *ctx, INTVAL
+idx)>
 
 Get pointer to FLOATVAL register.
 
@@ -574,7 +575,8 @@
 
 /*
 
-=item C<void Parrot_pcc_get_STRING_reg(PARROT_INTERP)>
+=item C<STRING ** Parrot_pcc_get_STRING_reg(PARROT_INTERP, PMC *ctx, INTVAL
+idx)>
 
 Get pointer to STRING register.
 
@@ -593,7 +595,7 @@
 
 /*
 
-=item C<void Parrot_pcc_get_PMC_reg(PARROT_INTERP)>
+=item C<PMC ** Parrot_pcc_get_PMC_reg(PARROT_INTERP, PMC *ctx, INTVAL idx)>
 
 Get pointer to PMC register.
 


More information about the parrot-commits mailing list