Just call the C lib 'the library' everywhere, don't call it a 'runtime'

This commit is contained in:
Max Brunsfeld 2019-01-10 15:22:39 -08:00
parent 38417fc8a1
commit 0f2347b318
25 changed files with 57 additions and 95 deletions

View file

@ -1,5 +1,5 @@
#ifndef RUNTIME_ARRAY_H_
#define RUNTIME_ARRAY_H_
#ifndef TREE_SITTER_ARRAY_H_
#define TREE_SITTER_ARRAY_H_
#ifdef __cplusplus
extern "C" {
@ -132,4 +132,4 @@ static inline void array__splice(VoidArray *self, size_t element_size,
}
#endif
#endif // RUNTIME_ARRAY_H_
#endif // TREE_SITTER_ARRAY_H_