[svn:parrot] r40956 - branches/context_pmc3/include/parrot
bacek at svn.parrot.org
bacek at svn.parrot.org
Thu Sep 3 10:58:34 UTC 2009
Author: bacek
Date: Thu Sep 3 10:58:34 2009
New Revision: 40956
URL: https://trac.parrot.org/parrot/changeset/40956
Log:
Restore lost PARROT_EXPORT on Parrot_pmc_destroy.
Modified:
branches/context_pmc3/include/parrot/pmc.h
Modified: branches/context_pmc3/include/parrot/pmc.h
==============================================================================
--- branches/context_pmc3/include/parrot/pmc.h Thu Sep 3 10:58:04 2009 (r40955)
+++ branches/context_pmc3/include/parrot/pmc.h Thu Sep 3 10:58:34 2009 (r40956)
@@ -53,6 +53,7 @@
void Parrot_create_mro(PARROT_INTERP, INTVAL type)
__attribute__nonnull__(1);
+PARROT_EXPORT
void Parrot_pmc_destroy(PARROT_INTERP, ARGMOD(PMC *pmc))
__attribute__nonnull__(1)
__attribute__nonnull__(2)
More information about the parrot-commits
mailing list