Skip to content

Fix unreachable code generated by WALK-COND

WALK-COND produces unreachable ELSE branches in COND's that end with a T case.

This is a problem only on Allegro Common Lisp.

Merge request reports