Remove generated parsers' dependency on runtime.h

This commit is contained in:
Max Brunsfeld 2016-10-05 14:02:49 -07:00
parent b94a7bfd71
commit e149d94ff5
24 changed files with 181 additions and 167 deletions

View file

@ -5,6 +5,9 @@
extern "C" {
#endif
#include <stdlib.h>
#include <stdbool.h>
#if defined(TREE_SITTER_WRAP_MALLOC)
void *ts_record_malloc(size_t);