Just call the C lib 'the library' everywhere, don't call it a 'runtime'
This commit is contained in:
parent
38417fc8a1
commit
0f2347b318
25 changed files with 57 additions and 95 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef RUNTIME_TREE_CURSOR_H_
|
||||
#define RUNTIME_TREE_CURSOR_H_
|
||||
#ifndef TREE_SITTER_TREE_CURSOR_H_
|
||||
#define TREE_SITTER_TREE_CURSOR_H_
|
||||
|
||||
#include "./subtree.h"
|
||||
|
||||
|
|
@ -17,4 +17,4 @@ typedef struct {
|
|||
|
||||
void ts_tree_cursor_init(TreeCursor *, TSNode);
|
||||
|
||||
#endif // RUNTIME_TREE_CURSOR_H_
|
||||
#endif // TREE_SITTER_TREE_CURSOR_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue