r5258: *** empty log message ***
[cl-modlisp.git] / variables.lisp
index f107c38bb26f2f3823febe10739147b4f162688e..4e8958a1dc89cc0245a4528818805872528609b9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Dec 2002
 ;;;;
-;;;; $Id: variables.lisp,v 1.5 2003/07/08 06:40:00 kevin Exp $
+;;;; $Id: variables.lisp,v 1.6 2003/07/08 14:00:53 kevin Exp $
 ;;;; *************************************************************************
 
 (in-package #:modlisp)
@@ -40,6 +40,7 @@
            :documentation "list of worker threads")
    (name :initform "" :accessor name :initarg :name)
    (wait :initform nil :accessor wait :initarg :wait)
+   (catch-errors :initform nil :accessor catch-errors :initarg :catch-errors)
    (format :initform :text :accessor listener-format :initarg :format)))
 
 (defvar *active-listeners* nil