diff options
Diffstat (limited to 'struct.h')
-rw-r--r-- | struct.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,5 +41,6 @@ val slot_p(val type, val sym); val static_slot_p(val type, val sym); val structp(val obj); val struct_type(val strct); -val method(val strct, val obj); +val method(val strct, val slotsym); +val super_method(val strct, val slotsym); void struct_init(void); |