X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=mop.lisp;h=cd7c47736dd6e9d38ccc7ce977a21628bf0ffcb4;hp=a274f48991fbdab1c65d777f8e7efbefd171b904;hb=e83a72f1e88062d7e17ac77c17cc9c32d51f3c13;hpb=b50ea2bfdae861ee682a6493ee20e4b1ef4db110 diff --git a/mop.lisp b/mop.lisp index a274f48..cd7c477 100644 --- a/mop.lisp +++ b/mop.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2003 ;;;; -;;;; $Id: mop.lisp,v 1.16 2003/06/25 20:11:54 kevin Exp $ +;;;; $Id: mop.lisp,v 1.18 2003/07/30 19:04:41 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -44,7 +44,8 @@ #+lispworks #:clos #+scl #:clos #+openmcl #:openmcl-mop - )) + ) + ) (in-package #:kmr-mop)