1
0
forked from GitHub/gf-core

a hopefully better error management in the marshaller

This commit is contained in:
krangelov
2021-08-14 21:13:31 +02:00
parent 8b8028bdfe
commit d28c5a0377
3 changed files with 37 additions and 26 deletions

View File

@@ -135,7 +135,6 @@ struct PgfMarshallerVtbl {
uintptr_t (*match_lit)(PgfUnmarshaller *u, uintptr_t lit);
uintptr_t (*match_expr)(PgfUnmarshaller *u, uintptr_t expr);
uintptr_t (*match_type)(PgfUnmarshaller *u, uintptr_t ty);
void (*free_ref)(PgfUnmarshaller *this, uintptr_t x);
void (*free_me)(PgfUnmarshaller *this);
};
struct PgfMarshaller {