Mikhail Morfikov <mmorfikov@xxxxxxxxx> wrote: > json.c:39:12: error: ‘const struct expr’ has no member named ‘ops’; did you mean ‘op’? > if (expr->ops->json) > ^~~ > op > json.c:40:16: error: ‘const struct expr’ has no member named ‘ops’; did you mean ‘op’? > return expr->ops->json(expr, octx); > ^~~ > op My fault, I will fix this ASAP.