fix: impatient loading order
This commit is contained in:
parent
20f45c3962
commit
aee1c8b830
67 changed files with 97276 additions and 4 deletions
16
tree-sitter-c/bindings/swift/TreeSitterC/c.h
Normal file
16
tree-sitter-c/bindings/swift/TreeSitterC/c.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef TREE_SITTER_C_H_
|
||||
#define TREE_SITTER_C_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern TSLanguage *tree_sitter_c();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_C_H_
|
||||
Loading…
Add table
Add a link
Reference in a new issue