Skip to content

Commit

Permalink
fix %() segfault. Patch courtesy of TiMBuS++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 23, 2010
1 parent b958a10 commit 689bb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Parcel.pir
Expand Up @@ -51,7 +51,7 @@ A Parcel in item context becomes a Seq.
=cut

.sub 'hash' :method
.tailcall 'hash'(self)
.tailcall '&hash'(self)
.end


Expand Down

0 comments on commit 689bb75

Please sign in to comment.