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

base-character => base-char

parent a13fb928
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/code/format.lisp,v 1.25 1992/11/06 04:15:56 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.26 1993/02/11 14:05:39 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -31,7 +31,7 @@
(string (required-argument) :type simple-string)
(start (required-argument) :type (and unsigned-byte fixnum))
(end (required-argument) :type (and unsigned-byte fixnum))
(character (required-argument) :type base-character)
(character (required-argument) :type base-char)
(colonp nil :type (member t nil))
(atsignp nil :type (member t nil))
(params nil :type list))
......
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.14 1993/01/23 01:02:25 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.15 1993/02/11 14:05:00 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -140,7 +140,7 @@
(defun pretty-out (stream char)
(declare (type pretty-stream stream)
(type base-character char))
(type base-char char))
(cond ((char= char #\newline)
(enqueue-newline stream :literal))
(t
......
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