Skip to content

Commit

Permalink
re-enable building on latest parrot. Also bump PARROT_REVISION
Browse files Browse the repository at this point in the history
Patch courtesy by Andrew Withworth, Whiteknight++
  • Loading branch information
moritz committed Aug 23, 2009
1 parent e83932a commit e2b5e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
40625 1.5.0
40736
3 changes: 1 addition & 2 deletions src/pmc/p6opaque.pmc
Expand Up @@ -254,8 +254,7 @@ more.)
for (i = 0; i < num_attrs; i++) {
PMC * const original_data = VTABLE_get_pmc_keyed_int(INTERP, my_guts->attrib_store, i);
PMC * const new_data = VTABLE_get_pmc_keyed_int(INTERP, clone_guts->attrib_store, i);
if (original_data->pmc_ext && new_data->pmc_ext)
PMC_metadata(new_data) = PMC_metadata(original_data);
PMC_metadata(new_data) = PMC_metadata(original_data);
}

return clone;
Expand Down

0 comments on commit e2b5e8f

Please sign in to comment.