summaryrefslogtreecommitdiffstats
path: root/struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'struct.h')
-rw-r--r--struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/struct.h b/struct.h
index 612c47db..bb48a2b3 100644
--- a/struct.h
+++ b/struct.h
@@ -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);