Fix build warnings

This commit is contained in:
Max Brunsfeld 2016-11-19 20:45:32 -08:00
parent 6cf4ccb840
commit 5332fd3418
4 changed files with 16 additions and 9 deletions

View file

@ -13,7 +13,7 @@
namespace tree_sitter {
typedef int64_t ParseStateId;
typedef size_t ParseStateId;
enum ParseActionType {
ParseActionTypeError,