Changeset 15703
- Timestamp:
- 06/06/23 06:38:20 (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/format.lisp
r15652 r15703 1748 1748 (%format *standard-output* control-string format-arguments) 1749 1749 nil) 1750 ((or stream xp::xp-structure) 1750 (stream 1751 (%format (sys:out-synonym-of destination) control-string format-arguments) 1752 nil) 1753 (xp::xp-structure 1751 1754 (%format destination control-string format-arguments) 1752 1755 nil)))
Note: See TracChangeset
for help on using the changeset viewer.