[svn:parrot] r44096 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 17 15:28:01 UTC 2010


Author: mikehh
Date: Wed Feb 17 15:28:00 2010
New Revision: 44096
URL: https://trac.parrot.org/parrot/changeset/44096

Log:
correct c function docs

Modified:
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	Wed Feb 17 15:20:36 2010	(r44095)
+++ trunk/src/main.c	Wed Feb 17 15:28:00 2010	(r44096)
@@ -400,7 +400,7 @@
 /*
 
 =item C<static const char * parseflags(PARROT_INTERP, int *argc, char **argv[],
-INTVAL *core, Parrot_trace_flags *trace)>
+Parrot_Run_core_t *core, Parrot_trace_flags *trace)>
 
 Parse Parrot's command line for options and set appropriate flags.
 


More information about the parrot-commits mailing list