X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=metaclass.lisp;h=8b175e77e21cc426d5eee7ba05a05f87088829b3;hp=a4d21f4a8c652f78165b97697f17436fd64c5daa;hb=HEAD;hpb=90c2e4c13bd89c48de9fe0da126547447b7b9e01 diff --git a/metaclass.lisp b/metaclass.lisp index a4d21f4..8b175e7 100644 --- a/metaclass.lisp +++ b/metaclass.lisp @@ -7,12 +7,9 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; -;;;; $Id$ -;;;; ;;;; This file is Copyright (c) 2000-2006 by Kevin M. Rosenberg ;;;; ************************************************************************* - + (in-package #:hyperobject) (defparameter *class-options* @@ -31,4 +28,3 @@ (defparameter *slot-options-no-initarg* '(:ho-type :sql-type :sql-length) "Slot options that do not have an initarg") -