yml: bump anchor vector size

This commit is contained in:
Daniel Eklöf 2018-12-26 15:31:37 +01:00
parent 0094cc1269
commit 0e3dd72313

2
yml.c
View file

@ -34,7 +34,7 @@ struct yml_node {
union {
struct {
struct yml_node *root;
struct anchor_map anchors[10];
struct anchor_map anchors[100]; /* TODO: dynamic resize */
size_t anchor_count;
} root;
struct {