From be20419c2aa0d370dd86504211f32f479c5a0236 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Mon, 30 Aug 1993 21:58:46 +0000 Subject: [PATCH] DEFINE-CONDITION Slot list is not optional. --- code/debug.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/debug.lisp b/code/debug.lisp index 102f042e9..c4a56abd9 100644 --- a/code/debug.lisp +++ b/code/debug.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.37 1993/08/20 00:15:58 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug.lisp,v 1.38 1993/08/30 21:58:46 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -37,7 +37,7 @@ ;;; ;;; Used to communicate to debug-loop that we are at a step breakpoint. ;;; -(define-condition step-condition (simple-condition)) +(define-condition step-condition (simple-condition) ()) ;;;; Variables, parameters, and constants. -- GitLab