Skip to content
Snippets Groups Projects
Commit f5bff586 authored by ram's avatar ram
Browse files

Another fix to the fix.

parent ba552923
No related branches found
No related tags found
No related merge requests found
......@@ -2485,8 +2485,10 @@
(compiler-warning "Unrecognized proclamation: ~S." form)))))
(unless ignore
(funcall #'%proclaim form)
(ir1-convert start cont `(%proclaim ,what)))))))
(funcall #'%proclaim form))
(if ignore
(ir1-convert start cont nil)
(ir1-convert start cont `(%proclaim ,what)))))))
;;; %Compiler-Defstruct IR1 Convert -- Internal
......
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