[svn:parrot] r40446 - trunk/docs

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Sat Aug 8 01:11:37 UTC 2009


Author: dukeleto
Date: Sat Aug  8 01:11:34 2009
New Revision: 40446
URL: https://trac.parrot.org/parrot/changeset/40446

Log:
[embed] Correct function signature in the docs for Parrot_str_to_cstring

Modified:
   trunk/docs/embed.pod

Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod	Fri Aug  7 20:48:20 2009	(r40445)
+++ trunk/docs/embed.pod	Sat Aug  8 01:11:34 2009	(r40446)
@@ -276,7 +276,7 @@
 Returns the internal type number corresponding to C<type>.  Useful for
 instantiating various Parrot data types.
 
-=item C<char *Parrot_str_to_cstring(PARROT_INTERP)>
+=item C<char *Parrot_str_to_cstring(PARROT_INTERP, const STRING *s)>
 
 XXX needs to be a formal Parrot_* API.
 Returns the C string representation of a Parrot string.


More information about the parrot-commits mailing list