From: Kevin M. Rosenberg Date: Sat, 29 Mar 2003 04:12:32 +0000 (+0000) Subject: r4274: Auto commit for Debian build X-Git-Tag: debian-2.11.0-2~193 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=09aedab69b129fc5929a770fab849d6452e1256d r4274: Auto commit for Debian build --- diff --git a/mop.lisp b/mop.lisp index b9c8116..0208286 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.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 ;;;; @@ -283,8 +283,9 @@ #+(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)) diff --git a/sql.lisp b/sql.lisp index a16b6f8..e4faaa0 100644 --- a/sql.lisp +++ b/sql.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: sql.lisp,v 1.3 2003/03/29 04:04:21 kevin Exp $ +;;;; $Id: sql.lisp,v 1.4 2003/03/29 04:10:44 kevin Exp $ ;;;; ;;;; This file, part of Hyperobject-SQL, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -36,7 +36,7 @@ (define-inverse cl esd)))) ) -(defgeneric sql-name ((cl hyperobject-class)) +(defgeneric sql-name (cl) ) (defmethod sql-name ((cl hyperobject-class))