diff options
Diffstat (limited to 'struct.h')
-rw-r--r-- | struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ val slot(val strct, val sym); val slotset(val strct, val sym, val newval); val static_slot(val stype, val sym); val static_slot_set(val stype, val sym, val newval); -val slot_p(val type, val sym); +val slotp(val type, val sym); val static_slot_p(val type, val sym); val structp(val obj); val struct_type(val strct); |