Rename ts_document_make -> ts_document_new
This commit is contained in:
parent
57c0170dd3
commit
64a6c9db0e
7 changed files with 11 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "runtime/string_input.h"
|
||||
#include "runtime/document.h"
|
||||
|
||||
TSDocument *ts_document_make() {
|
||||
TSDocument *ts_document_new() {
|
||||
TSDocument *self = ts_calloc(1, sizeof(TSDocument));
|
||||
if (!self)
|
||||
goto error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue