r4274: Auto commit for Debian build
[hyperobject.git] / mop.lisp
index b9c8116d990d593669c62ca5cada1e7b5a44fe1b..0208286c6d4142fbc0aa8a93f8d3814e1c18b46c 100644 (file)
--- 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.18 2003/03/29 04:00:37 kevin Exp $
+;;;; $Id: mop.lisp,v 1.19 2003/03/29 04:06:29 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
 
 #+(or sbcl scl cmu)
 (defparameter *queued-definitions* nil)
-#+(or sbcl scl cmu)
+
 (defun process-queued-definitions ()
+  #+(or sbcl scl cmu)
   (dolist (def *queued-definitions*)
     (eval def))
   (setq *queued-definitions* nil))