[svn:parrot] r40831 - branches/pluggable_runcore/src/runcore
cotto at svn.parrot.org
cotto at svn.parrot.org
Thu Aug 27 21:38:32 UTC 2009
Author: cotto
Date: Thu Aug 27 21:38:28 2009
New Revision: 40831
URL: https://trac.parrot.org/parrot/changeset/40831
Log:
[profiling] #ifdef away some runcore init functions on unsupported platforms
Modified:
branches/pluggable_runcore/src/runcore/cores.c
Modified: branches/pluggable_runcore/src/runcore/cores.c
==============================================================================
--- branches/pluggable_runcore/src/runcore/cores.c Thu Aug 27 18:38:59 2009 (r40830)
+++ branches/pluggable_runcore/src/runcore/cores.c Thu Aug 27 21:38:28 2009 (r40831)
@@ -667,6 +667,8 @@
*/
+#ifdef HAVE_COMPUTED_GOTO
+
void
Parrot_runcore_cgp_init(PARROT_INTERP)
{
@@ -748,6 +750,7 @@
Parrot_runcore_register(interp, coredata);
}
+#endif /* #ifdef HAVE_COMPUTED_GOTO */
/*
More information about the parrot-commits
mailing list