Skip to content
Snippets Groups Projects
Commit 3056906d authored by wlott's avatar wlott
Browse files

Changed XP to PPRINT.

parent 95756ac4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.34 1991/10/13 14:33:46 chiles Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.35 1991/12/05 05:29:01 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -104,10 +104,10 @@
;;; Load the pretty printer after the compiler, 'cause it compiles stuff
;;; at load time.
#-no-xp
(load "code:xp")
#-no-xp
(pprint-init)
#-no-pp
(load "code:pprint")
#-no-pp
(pp::pprint-init)
;;; CLX.
;;;
......
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