From: Kevin M. Rosenberg Date: Sat, 29 Mar 2003 07:42:22 +0000 (+0000) Subject: r4282: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~187 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=8c8becc1f2f7d122ec5298bf6a9d540e3cdd6d47;p=hyperobject.git r4282: Auto commit for Debian build --- diff --git a/mop.lisp b/mop.lisp index c30c8c6..e7a24c5 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.24 2003/03/29 07:32:50 kevin Exp $ +;;;; $Id: mop.lisp,v 1.25 2003/03/29 07:42:22 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -298,11 +298,12 @@ (defun process-queued-definitions () (when *queued-definitions-stream* (close *queued-definitions-stream*) + (setq *queued-definitions-stream* nil) (compile-file *queued-definitions-pathname*) (load (compile-file-pathname *queued-definitions-pathname*)) -;; (delete-file *queued-definitions-pathname*) -;; (delete-file (compile-file-pathname *queued-definitions-pathname*)) - (setq *queued-definitions-stream* nil))) + ;; (delete-file *queued-definitions-pathname*) + ;; (delete-file (compile-file-pathname *queued-definitions-pathname*)) + )) (defun finalize-subobjects (cl) "Process class subobjects slot"