summaryrefslogtreecommitdiffstats
path: root/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'struct.c')
-rw-r--r--struct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/struct.c b/struct.c
index a00345fa..ccdb939f 100644
--- a/struct.c
+++ b/struct.c
@@ -352,6 +352,8 @@ val make_struct_type(val name, val supers,
val self = lit("make-struct-type");
val iter;
+ lisplib_try_load(name);
+
if (!listp(supers))
supers = cons(supers, nil);