[svn:parrot] r43331 - branches/boehm_gc/compilers/imcc
bacek at svn.parrot.org
bacek at svn.parrot.org
Thu Dec 31 06:53:40 UTC 2009
Author: bacek
Date: Thu Dec 31 06:53:39 2009
New Revision: 43331
URL: https://trac.parrot.org/parrot/changeset/43331
Log:
Use PARROT_GC_DEFAULT_TYPE in parseflags
Modified:
branches/boehm_gc/compilers/imcc/main.c
Modified: branches/boehm_gc/compilers/imcc/main.c
==============================================================================
--- branches/boehm_gc/compilers/imcc/main.c Thu Dec 31 00:58:05 2009 (r43330)
+++ branches/boehm_gc/compilers/imcc/main.c Thu Dec 31 06:53:39 2009 (r43331)
@@ -362,7 +362,7 @@
{
struct longopt_opt_info opt = LONGOPT_OPT_INFO_INIT;
INTVAL core = 0;
- INTVAL gc = MS;
+ INTVAL gc = PARROT_GC_DEFAULT_TYPE;
int status;
if (*argc == 1) {
More information about the parrot-commits
mailing list