[svn:parrot] r44196 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Feb 19 20:13:26 UTC 2010


Author: mikehh
Date: Fri Feb 19 20:13:26 2010
New Revision: 44196
URL: https://trac.parrot.org/parrot/changeset/44196

Log:
correct C function docs

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Fri Feb 19 20:10:18 2010	(r44195)
+++ trunk/src/pmc.c	Fri Feb 19 20:13:26 2010	(r44196)
@@ -494,7 +494,7 @@
 
 /*
 
-=item C<PMC * Parrot_pmc_new_constant(PARROT_INTERP, INTVAL base_type)>
+=item C<PMC * Parrot_pmc_new_constant_noinit(PARROT_INTERP, INTVAL base_type)>
 
 Creates a new constant PMC of type C<base_type>.
 


More information about the parrot-commits mailing list