[svn:parrot] r45974 - trunk/include/parrot
petdance at svn.parrot.org
petdance at svn.parrot.org
Sat Apr 24 05:04:43 UTC 2010
Author: petdance
Date: Sat Apr 24 05:04:42 2010
New Revision: 45974
URL: https://trac.parrot.org/parrot/changeset/45974
Log:
duplicate declaration for Parrot_load_bytecode
Modified:
trunk/include/parrot/embed.h
Modified: trunk/include/parrot/embed.h
==============================================================================
--- trunk/include/parrot/embed.h Sat Apr 24 04:58:49 2010 (r45973)
+++ trunk/include/parrot/embed.h Sat Apr 24 05:04:42 2010 (r45974)
@@ -73,6 +73,8 @@
PARROT_EXPORT void Parrot_run_native(PARROT_INTERP, native_func_t func);
+PARROT_EXPORT void Parrot_load_bytecode(PARROT_INTERP, Parrot_String file_str);
+
/* Parrot_set_config_hash exists in *_config.o (e.g install_config.o),
so if you make this call then you will need to link with it in
addition to libparrot */
More information about the parrot-commits
mailing list