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

o As a stop-gap for (concatenate 'fixnum '(a b c)) sometimes causing

  all following code (including function return) to be deleted, change
  the result-type of concatenate from consed-sequence to t.
o Do the same for make-sequence.

I think this is because the derived type from the derive-typ optimizer
conflicts with the declared result type.
parent fc9615a0
No related branches found
No related tags found
No related merge requests found
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