X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base-class.lisp;h=1e3c5dff4ff1fc0bc3e1ce7c0897a78795a49e90;hb=84f9a22269a37d2d58bdb0f6211f8757855c18ab;hp=4c0315661cf8c06f18cea17e3405a204d4d81faa;hpb=18558405db4d6d5ca2a47aac32fb13958430b189;p=hyperobject.git diff --git a/base-class.lisp b/base-class.lisp index 4c03156..1e3c5df 100644 --- a/base-class.lisp +++ b/base-class.lisp @@ -7,12 +7,15 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: base-class.lisp,v 1.1 2002/11/25 02:10:38 kevin Exp $ +;;;; $Id: base-class.lisp,v 1.2 2002/12/02 15:57:17 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; ************************************************************************* (in-package :hyperobject) +(eval-when (:compile-toplevel :execute) + (declaim (optimize (speed 2) (safety 2) (compilation-speed 0) (debug 2)))) + (defclass hyperobject () ()