Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
1384d1e7
Commit
1384d1e7
authored
Jul 26, 1993
by
ram
Browse files
unqualify print-object, since it is from LISP now.
parent
0eaf3074
Changes
1
Hide whitespace changes
Inline
Side-by-side
code/print.lisp
View file @
1384d1e7
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.5
6
1993/07/2
3
1
1:48:16 wlott
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/print.lisp,v 1.5
7
1993/07/2
6
1
0:13:34 ram
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -1112,8 +1112,8 @@
((
and
(
fboundp
'dylan::dylan-instance-p
)
(
dylan::dylan-instance-p
instance
))
(
dylan::%print-dylan-instance
instance
stream
))
((
fboundp
'
pcl:
print-object
)
(
pcl:
print-object
instance
stream
))
((
fboundp
'print-object
)
(
print-object
instance
stream
))
(
t
(
print-unreadable-object
(
instance
stream
:identity
t
)
(
write-string
"Unprintable Instance"
stream
))))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment