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
d26f8433
Commit
d26f8433
authored
Oct 30, 2011
by
Raymond Toy
Browse files
Pretty-print WITH-ARRAY-DATA.
parent
50b8f963
Changes
1
Show whitespace changes
Inline
Side-by-side
code/pprint.lisp
View file @
d26f8433
...
...
@@ -1945,7 +1945,8 @@ When annotations are present, invoke them at the right positions."
(
new-assem:without-scheduling
pprint-with-like
)
(
vm::with-fixed-allocation
pprint-with-like
)
(
kernel::number-dispatch
pprint-with-like
)
(
stream::with-stream-class
pprint-with-like
)))
(
stream::with-stream-class
pprint-with-like
)
(
lisp::with-array-data
pprint-with-like
)))
(
defun
pprint-init
()
(
setf
*initial-pprint-dispatch*
(
make-pprint-dispatch-table
))
...
...
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