From 2d8b0a8c6e52b8c92ecbb0e32a0a7126a2631e44 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 21 Mar 1992 19:44:49 +0000 Subject: [PATCH] Added comf of .../compiler/generic/interr. --- tools/comcom.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/comcom.lisp b/tools/comcom.lisp index c8f533935..4f2e0d56c 100644 --- a/tools/comcom.lisp +++ b/tools/comcom.lisp @@ -46,6 +46,7 @@ (when (string= (old-c:backend-name old-c:*backend*) "RT") (comf "target:compiler/rt/params" :proceed t)) (comf "target:compiler/generic/objdef" :proceed t) +(comf "target:compiler/generic/interr") (comf "target:code/struct") ; For defstruct description structures. (comf "target:compiler/proclaim") ; For COOKIE structure. -- GitLab