1
0
mirror of synced 2026-01-12 00:42:56 +00:00
Interlisp.medley/clos/fixup.lisp
2021-03-08 21:12:00 -08:00

16 lines
342 B
Common Lisp

;;;-*- Package: CLOS; Syntax: Common-Lisp; Base: 10 -*-
;;;. Copyright (c) 1991 by Venue
(in-package "CLOS")
(eval-when (compile load eval)
(fix-early-generic-functions)
(setq *boot-state* 'complete))
(defun print-std-instance (instance stream depth)
(declare (ignore depth))
(print-object instance stream))