Skip to content

Commit

Permalink
Change TypeRules max's type to uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsheep committed Aug 11, 2020
1 parent ea1590d commit 7639fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grammar/Visitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3348,7 +3348,7 @@ class Visitor
TypeFunction function;
bool is_signed;

unsigned long max;
uint64_t max;
};

static const std::vector<TypeRules> types = {
Expand Down

0 comments on commit 7639fb0

Please sign in to comment.