diff options
Diffstat (limited to 'struct.c')
-rw-r--r-- | struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ val make_struct_type(val name, val super, if (super && symbolp(super)) { val supertype = find_struct_type(super); - if (!super) + if (!supertype) no_such_struct(self, super); super = supertype; } else if (super) { |