r3532: *** empty log message ***
[hyperobject.git] / base-class.lisp
index 4c0315661cf8c06f18cea17e3405a204d4d81faa..1e3c5dff4ff1fc0bc3e1ce7c0897a78795a49e90 100644 (file)
@@ -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 ()
   ()