From 2b9aa387aed625f2904d745662847a337c0d0e2e Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 11 May 2019 15:28:03 -0700 Subject: structs: eliminate declaration of nonexistent var. * struct.h (static_slot_s): Dangling declaration removed. --- struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'struct.h') diff --git a/struct.h b/struct.h index 857bce92..481ca679 100644 --- a/struct.h +++ b/struct.h @@ -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, -- cgit v1.2.3