Remove uses of 'short' and 'long'
This commit is contained in:
parent
632a88c8ef
commit
39cb420df2
3 changed files with 4 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ namespace tree_sitter {
|
|||
std::set<rules::CharacterSet> expected_inputs() const;
|
||||
};
|
||||
|
||||
typedef long int LexStateId;
|
||||
typedef int64_t LexStateId;
|
||||
|
||||
class LexTable {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue