Fix: Buildable libgmr.a
This commit is contained in:
parent
d77d4d3063
commit
c28d673db7
15 changed files with 1231 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef TREE_SITTER_POINT_H_
|
||||
#define TREE_SITTER_POINT_H_
|
||||
|
||||
#include "tree_sitter/api.h"
|
||||
#include "api.h"
|
||||
|
||||
#define POINT_ZERO ((TSPoint) {0, 0})
|
||||
#define POINT_MAX ((TSPoint) {UINT32_MAX, UINT32_MAX})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue