Skip to content

Commit

Permalink
Don't imcc_initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed May 27, 2010
1 parent b736921 commit 3a96e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plparrot.c
Expand Up @@ -109,11 +109,11 @@ _PG_init(void)

Parrot_set_config_hash();
untrusted_interp = Parrot_new(NULL);
imcc_initialize(untrusted_interp);
//imcc_initialize(untrusted_interp);

/* Must use the first created interp as the parent of subsequently created interps */
trusted_interp = Parrot_new(untrusted_interp);
imcc_initialize(trusted_interp);
//imcc_initialize(trusted_interp);

//Parrot_set_trace(interp, PARROT_ALL_TRACE_FLAGS);

Expand Down

0 comments on commit 3a96e63

Please sign in to comment.