[svn:parrot] r41193 - trunk/src/call

coke at svn.parrot.org coke at svn.parrot.org
Thu Sep 10 23:21:21 UTC 2009


Author: coke
Date: Thu Sep 10 23:21:19 2009
New Revision: 41193
URL: https://trac.parrot.org/parrot/changeset/41193

Log:
fix function signature in docs

Modified:
   trunk/src/call/context.c

Modified: trunk/src/call/context.c
==============================================================================
--- trunk/src/call/context.c	Thu Sep 10 22:56:08 2009	(r41192)
+++ trunk/src/call/context.c	Thu Sep 10 23:21:19 2009	(r41193)
@@ -1055,7 +1055,8 @@
 
 /*
 
-=item C<Parrot_Context* get_context_struct_fast(PARROT_INTERP, PMC *ctx)>
+=item C<static Parrot_Context * get_context_struct_fast(PARROT_INTERP, PMC
+*ctx)>
 
 Fetches Parrot_Context from Context PMC.  This is a static, inlineable function
 so it only works within this file.  It also only works if you *know* that ctx


More information about the parrot-commits mailing list