1 ;;;; This software is part of the SBCL system. See the README file for
4 ;;;; This software is derived from software originally released by Xerox
5 ;;;; Corporation. Copyright and release statements follow. Later modifications
6 ;;;; to the software are in the public domain and are provided with
7 ;;;; absolutely no warranty. See the COPYING and CREDITS files for more
10 ;;;; copyright information from original PCL sources:
12 ;;;; Copyright (c) 1985, 1986, 1987, 1988, 1989, 1990 Xerox Corporation.
13 ;;;; All rights reserved.
15 ;;;; Use and copying of this software and preparation of derivative works based
16 ;;;; upon this software are permitted. Any distribution of this software or
17 ;;;; derivative works must comply with all applicable United States export
20 ;;;; This software is made available AS IS, and Xerox Corporation makes no
21 ;;;; warranty about the software, its performance or its conformity to any
26 (!fix-early-generic-functions)
27 (compute-standard-slot-locations)
28 (dolist (s '(condition structure-object))
29 (dohash (k v (classoid-subclasses (find-classoid s)))
30 (find-class (classoid-name k))))
31 (setq *boot-state* 'complete)
33 (defun print-std-instance (instance stream depth)
34 (declare (ignore depth))
35 (print-object instance stream))