Navigation Menu

Skip to content

Commit

Permalink
Use PARROT_GC_DEFAULT_TYPE in parseflags
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/boehm_gc@43331 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bacek committed Dec 31, 2009
1 parent 129b5a3 commit d680648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/imcc/main.c
Expand Up @@ -362,7 +362,7 @@ parseflags(PARROT_INTERP, int *argc, char **argv[])
{
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) {
Expand Down

0 comments on commit d680648

Please sign in to comment.