Skip to content
Snippets Groups Projects
Commit b8fca555 authored by ram's avatar ram
Browse files

print-object, etc.

parent 1be2388e
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.9 1994/10/05 16:40:38 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/globals.lisp,v 1.10 1994/10/29 05:45:15 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -48,7 +48,8 @@ ...@@ -48,7 +48,8 @@
(declaim (ftype (function * *) (declaim (ftype (function * *)
find-keyword keyword-test assert-error find-keyword keyword-test assert-error
assert-prompt check-type-error case-body-error)) assert-prompt check-type-error case-body-error print-object
pcl::describe-object))
#-clx #-clx
(declaim (ftype (function * *) (declaim (ftype (function * *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment