X-Git-Url: https://git.librecmc.org/?p=oweals%2Fjsonpath.git;a=blobdiff_plain;f=ast.h;h=ec1f55ca89a870b10213dbbecc359019bf627d04;hp=c2d6f2b68dace9c3e789f89c4e0029d86010dcb1;hb=cdc760c58077f44fc40adbbe41e1556a67c1b9a9;hpb=f3830138661374ca10fe6a0b6f2f4b949dea3e5c diff --git a/ast.h b/ast.h index c2d6f2b..ec1f55c 100644 --- a/ast.h +++ b/ast.h @@ -31,8 +31,8 @@ struct jp_opcode { struct jp_state { struct jp_opcode *pool; struct jp_opcode *path; - char *error; - int erroff; + int error_pos; + int error_code; int off; };