treesitter: update runtime

Update to 81d533d2d1b580fdb507accabc91ceddffb5b6f0.
This commit is contained in:
Thomas Vigouroux
2020-06-03 21:33:34 +02:00
parent 6a93077475
commit 6b949211a0
6 changed files with 9 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ static inline void ts_free(void *buffer) {
#include <stdlib.h>
static inline bool ts_toggle_allocation_recording(bool value) {
(void)value;
return false;
}