[svn:parrot] r44167 - trunk/examples/c

mikehh at svn.parrot.org mikehh at svn.parrot.org
Fri Feb 19 11:46:40 UTC 2010


Author: mikehh
Date: Fri Feb 19 11:46:40 2010
New Revision: 44167
URL: https://trac.parrot.org/parrot/changeset/44167

Log:
correct C function docs

Modified:
   trunk/examples/c/pbc_info.c

Modified: trunk/examples/c/pbc_info.c
==============================================================================
--- trunk/examples/c/pbc_info.c	Fri Feb 19 11:39:48 2010	(r44166)
+++ trunk/examples/c/pbc_info.c	Fri Feb 19 11:46:40 2010	(r44167)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2003, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 $Id$
 
 =head1 NAME
@@ -27,6 +27,8 @@
 #include "parrot/embed.h"
 
 /*
+=item C<static INTVAL iter(PARROT_INTERP, PackFile_Segment *seg, void
+*user_data)>
 
 =item C<static INTVAL iter(PARROT_INTERP, PackFile_Segment *seg, void *user_data)>
 


More information about the parrot-commits mailing list