From 58ce3fb844718cfdd8bfdfa0f1ae56898e512175 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 31 Aug 1993 12:50:25 +0000
Subject: [PATCH] define-condition slots not optional.

---
 compiler/ir1util.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/ir1util.lisp b/compiler/ir1util.lisp
index 72f614005..3073b4719 100644
--- a/compiler/ir1util.lisp
+++ b/compiler/ir1util.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.71 1993/08/25 00:15:48 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/ir1util.lisp,v 1.72 1993/08/31 12:50:25 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1956,7 +1956,7 @@
 ;;; between internal and user errors.  Non-compiler errors put us in the
 ;;; debugger.
 ;;;
-(define-condition compiler-error (simple-error))
+(define-condition compiler-error (simple-error) ())
 
 ;;; COMPILER-{ERROR,WARNING,STYLE-WARNING}-HANDLER  --  Interface
 ;;;
-- 
GitLab