Fix uninitialized variable error
This commit is contained in:
parent
22a4c5213d
commit
074a7884aa
3 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ namespace tree_sitter {
|
|||
|
||||
class LexState {
|
||||
public:
|
||||
LexState();
|
||||
std::map<rules::CharacterSet, LexAction> actions;
|
||||
LexAction default_action;
|
||||
std::set<rules::CharacterSet> expected_inputs() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue