[svn:parrot] r44097 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 17 15:32:19 UTC 2010


Author: mikehh
Date: Wed Feb 17 15:32:19 2010
New Revision: 44097
URL: https://trac.parrot.org/parrot/changeset/44097

Log:
correct c function docs

Modified:
   trunk/compilers/imcc/main.c

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c	Wed Feb 17 15:28:00 2010	(r44096)
+++ trunk/compilers/imcc/main.c	Wed Feb 17 15:32:19 2010	(r44097)
@@ -164,8 +164,8 @@
 
 /*
 
-=item C<int imcc_handle_flag(PARROT_INTERP, struct longopt_opt_info *opt, INTVAL
-*core)>
+=item C<int imcc_handle_flag(PARROT_INTERP, struct longopt_opt_info *opt,
+Parrot_Run_core_t *core)>
 
 Handle Parrot's command line for IMCC related option and set appropriate flags.
 


More information about the parrot-commits mailing list