Skip to content

Commit 7639fb0

Browse files
committed
Change TypeRules max's type to uint64_t
1 parent ea1590d commit 7639fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grammar/Visitor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,7 @@ class Visitor
33483348
TypeFunction function;
33493349
bool is_signed;
33503350

3351-
unsigned long max;
3351+
uint64_t max;
33523352
};
33533353

33543354
static const std::vector<TypeRules> types = {

0 commit comments

Comments
 (0)