[svn:parrot] r45994 - trunk/docs

NotFound at svn.parrot.org NotFound at svn.parrot.org
Sat Apr 24 18:51:45 UTC 2010


Author: NotFound
Date: Sat Apr 24 18:51:44 2010
New Revision: 45994
URL: https://trac.parrot.org/parrot/changeset/45994

Log:
fix load_bytecode signature in embed.pod

Modified:
   trunk/docs/embed.pod

Modified: trunk/docs/embed.pod
==============================================================================
--- trunk/docs/embed.pod	Sat Apr 24 18:46:45 2010	(r45993)
+++ trunk/docs/embed.pod	Sat Apr 24 18:51:44 2010	(r45994)
@@ -230,7 +230,7 @@
 Creates a "dummy" packfile in lieu of actually creating one from a bytecode
 file on disk.
 
-=item C<void Parrot_load_bytecode(PARROT_INTERP, const char *path)>
+=item C<void Parrot_load_bytecode(PARROT_INTERP, STRING *path)>
 
 Reads and load Parrot bytecode or PIR from the file referenced by C<path>.
 You should create a dummy packfile beforehand; see C<PackFile_new_dummy> for


More information about the parrot-commits mailing list