Changeset 12958
- Timestamp:
- Oct 9, 2009, 11:30:15 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/macros.lisp
r12957 r12958 1547 1547 (*read-eval* t) ; Also MIA as of 5/15/90 1548 1548 (*read-suppress* nil) 1549 (*readtable* %initial-readtable%)) 1549 (*readtable* %initial-readtable%) 1550 ; ccl extensions (see l1-io.lisp) 1551 (*print-abbreviate-quote* t) 1552 (*print-structure* t) 1553 (*print-simple-vector* nil) 1554 (*print-simple-bit-vector* nil) 1555 (*print-string-length* nil)) 1550 1556 ,@decls 1551 1557 ,@body)))
Note:
See TracChangeset
for help on using the changeset viewer.
