Changeset 897
- Timestamp:
- Feb 15, 2005, 5:52:14 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/l1-io.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/l1-io.lisp
r848 r897 572 572 ;;>> Doesn't do *print-level* truncation 573 573 (defmethod print-object ((c complex) stream) 574 (pp-start-block stream "# c(")574 (pp-start-block stream "#C(") 575 575 (print-object (realpart c) stream) 576 576 (pp-space stream)
Note:
See TracChangeset
for help on using the changeset viewer.
