[svn:parrot] r44847 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Mar 10 04:55:16 UTC 2010


Author: mikehh
Date: Wed Mar 10 04:55:15 2010
New Revision: 44847
URL: https://trac.parrot.org/parrot/changeset/44847

Log:
fix c function docs

Modified:
   trunk/src/pmc.c

Modified: trunk/src/pmc.c
==============================================================================
--- trunk/src/pmc.c	Wed Mar 10 02:52:57 2010	(r44846)
+++ trunk/src/pmc.c	Wed Mar 10 04:55:15 2010	(r44847)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -564,7 +564,8 @@
 
 /*
 
-=item C<PMC * Parrot_pmc_new_init(PARROT_INTERP, INTVAL base_type, INTVAL init)>
+=item C<PMC * Parrot_pmc_new_init_int(PARROT_INTERP, INTVAL base_type, INTVAL
+init)>
 
 As C<Parrot_pmc_new()>, but passes C<init> to the PMC's C<init_int()> vtable entry.
 


More information about the parrot-commits mailing list