Move runtime support for DEFINE-STRUCTURE into "record.scm", in order
authorChris Hanson <org/chris-hanson/cph>
Sat, 12 Jan 2002 02:56:35 +0000 (02:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 12 Jan 2002 02:56:35 +0000 (02:56 +0000)
commit6eaa591e425e335d92c16f0d08da0b56920c1375
tree3efd8a885514568db7913045b143699b471e6cda
parent19ef509dcdc532411b24f3505a1f5f16f0d15987
Move runtime support for DEFINE-STRUCTURE into "record.scm", in order
to simplify the boot sequence.  This allows "defstr.scm" to move late
into the boot sequence and to use the record abstraction without
complicated tricks.
v7/src/runtime/defstr.scm
v7/src/runtime/make.scm
v7/src/runtime/record.scm
v7/src/runtime/runtime.pkg