[svn:parrot] r46437 - trunk/src
jimmy at svn.parrot.org
jimmy at svn.parrot.org
Sun May 9 12:17:04 UTC 2010
Author: jimmy
Date: Sun May 9 12:17:03 2010
New Revision: 46437
URL: https://trac.parrot.org/parrot/changeset/46437
Log:
revert r46436, some tests failed
Modified:
trunk/src/main.c
Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c Sun May 9 11:22:31 2010 (r46436)
+++ trunk/src/main.c Sun May 9 12:17:03 2010 (r46437)
@@ -107,7 +107,7 @@
Interp *interp;
int status;
- Parrot_Run_core_t core = PARROT_FAST_CORE;
+ Parrot_Run_core_t core = PARROT_SLOW_CORE;
Parrot_trace_flags trace = PARROT_NO_TRACE;
/* internationalization setup */
More information about the parrot-commits
mailing list