Skip to content

Commit

Permalink
fix codetest failure - trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Feb 11, 2011
1 parent 0c03f7e commit 8802115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc.c
Expand Up @@ -261,7 +261,7 @@ Parrot_pmc_reuse_noinit(PARROT_INTERP, ARGIN(PMC *pmc), INTVAL new_type)
/* Free the old PMC resources. */
Parrot_pmc_destroy(interp, pmc);

/*
/*
* We can reuse PMC from older generation. Preserve it.
*
* FIXME It's abstraction leak. And it's really strange idea of reusing
Expand Down

0 comments on commit 8802115

Please sign in to comment.