diff options
-rw-r--r-- | lisplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -208,8 +208,8 @@ static val struct_set_entries(val dlt, val fun) lit("define-method"), lit("rslotset"), nil }; val name[] = { - lit("defstruct"), lit("qref"), lit("uref"), lit("new"), lit("meth"), - lit("umeth"), lit("usl"), lit("defmeth"), lit("rslot"), nil + lit("defstruct"), lit("qref"), lit("uref"), lit("new"), lit("lnew"), + lit("meth"), lit("umeth"), lit("usl"), lit("defmeth"), lit("rslot"), nil }; set_dlt_entries_sys(dlt, sys_name, fun); |