Changeset 13380 for trunk/abcl/src/org/armedbear/lisp/dump-form.lisp
- Timestamp:
- 07/08/11 08:40:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/dump-form.lisp
r13274 r13380 135 135 (*print-pretty* nil) 136 136 (*print-radix* nil) 137 #+nil ;; XXX Some types (q.v. (UNSIGNED-BYTE 32)) don't have a 138 ;; readable syntax because they don't roundtrip to the same 139 ;; type, but still return a Lisp object that "works", albeit 140 ;; perhaps inefficiently when READ from their DUMP-FORM 141 ;; representation. 137 142 (*print-readably* t) 138 143 (*print-right-margin* nil)
Note: See TracChangeset
for help on using the changeset viewer.