Update of /project/movitz/cvsroot/movitz/losp/muerte In directory common-lisp.net:/tmp/cvs-serv1623
Modified Files: error.lisp Log Message: *** empty log message *** Date: Wed Apr 27 01:44:36 2005 Author: ffjeld
Index: movitz/losp/muerte/error.lisp diff -u movitz/losp/muerte/error.lisp:1.3 movitz/losp/muerte/error.lisp:1.4 --- movitz/losp/muerte/error.lisp:1.3 Wed Sep 22 18:15:41 2004 +++ movitz/losp/muerte/error.lisp Wed Apr 27 01:44:36 2005 @@ -1,6 +1,6 @@ ;;;;------------------------------------------------------------------ ;;;; -;;;; Copyright (C) 2001-2004, +;;;; Copyright (C) 2001-2005, ;;;; Department of Computer Science, University of Tromso, Norway. ;;;; ;;;; For distribution policy, see the accompanying file COPYING. @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld frodef@acm.org ;;;; Created at: Sat Sep 1 00:49:11 2001 ;;;; -;;;; $Id: error.lisp,v 1.3 2004/09/22 16:15:41 ffjeld Exp $ +;;;; $Id: error.lisp,v 1.4 2005/04/26 23:44:36 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -25,7 +25,7 @@ (defvar *error-no-condition-for-debugger* nil "If true, don't create a simple-error object just for the debugger, (presumably) since this might trigger another bug.") -(defvar *disable-interrupts-on-error* t) +(defvar *disable-interrupts-on-error* nil)
(defun error (&rest arguments) (declare (dynamic-extent arguments))