diff options
-rw-r--r-- | struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ extern val struct_type_s, meth_s, print_s, make_struct_lit_s; extern val init_k, postinit_k; -extern val slot_s, static_slot_s; +extern val slot_s; extern struct cobj_ops struct_inst_ops; val make_struct_type(val name, val super, val static_slots, val slots, |