Skip to content
Snippets Groups Projects
Commit 004cedf2 authored by dtc's avatar dtc
Browse files

Revised fix for obtaining the structure slot accessor function given

the defstruct-slot-descriptor which was broken for inherited slot as
the dsd-accessor was set to Nil in this case. Rather than setting
dsd-accessor to Nil for inherited slots, add a new function
dsd-inherited-p to test if an accessor has been inherited, and always
setup the dsd-accessor slot with the name of the accessor
function. This allows the structure printer and inspect to easily
obtain a slot accessor function.
parent 07f55692
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment