Skip to content
Snippets Groups Projects
Commit 010270ec authored by rtoy's avatar rtoy
Browse files

Untracing of flet/labels functions wasn't working and neither was

retracing flet/labels functions.  This was caused by the hash-table in
*TRACE-FUNCTIONS* using an EQ test.  This doesn't work well when the
functions are lists like (FLET INNER OUTER).

code/ntrace.lisp:
o Change *TRACED-FUNCTIONS* to use an EQUAL table so lists can match.

pcl/braid.lisp:
o Move LISP::SXHASH-INSTANCE to low.lisp because we need it defined
  earlier because of the change to tracing.  Can't build PCL without
  this change.

pcl/low.lisp:
o LISP::SXHASH-INSTANCE moved here.
parent 62302e4d
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