Skip to content
Commit 41a879b8 authored by Spencer Brody's avatar Spencer Brody
Browse files

Renamed class fasl-or-cfasl-node to object-file-node

Defined a method for initialize-instance specialized on the class
concrete-module that allows for a keyword :depends-on.  Saying
":depends-on ("foo" "bar")" in a module declaration is the same
as saying ":compile-depends-on ((:compile "foo") (:compile "bar"))
:load-depends-on ("foo" "bar")"
parent 91918d39
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment