Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Allow (unsigned) in Xrements.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 19, 2012
1 parent 432e8c1 commit b951115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/furnace-avm2/transform/fold_increment_decrement.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FoldIncrementDecrement
def self.possibly_converting(type)
AST::Matcher.new do
either[
[:convert, either[:integer, :double],
[:convert, either[:integer, :double, :unsigned],
capture(type)],
capture(type)
]
Expand Down

0 comments on commit b951115

Please sign in to comment.