Skip to content
Snippets Groups Projects
Commit 495770f3 authored by toy's avatar toy
Browse files

TRACE was broken if CMUCL wasn't built from a version that included

PCL, because it needed PCL's walker code.  Fix this by always building
with PCL's walker, which is independent of PCL:

code/fwrappers.lisp:
o Always use the PCL version, assuming PCL walker is included.

pcl/defsys.lisp:
o Don't build walk.lisp here, because it's built as a part of CMUCL.
o Fix up dependencies.

tools/worldcom.lisp:
o Compile up pcl/walk.lisp

tools/worldload.lisp:
o Load up pcl/walk.lisp
parent 833f7576
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