Changeset 5404
- Timestamp:
- Oct 23, 2006, 4:24:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/optimizers.lisp
r5263 r5404 1601 1601 call)) 1602 1602 1603 (define-compiler-macro make-string-output-stream (&whole whole &rest keys) 1604 (if (null keys) 1605 '(make-simple-string-output-stream) 1606 whole)) 1607 1608 1603 1609 (define-compiler-macro sbit (&environment env &whole call v &optional sub0 &rest others) 1604 1610 (if (and sub0 (null others))
Note:
See TracChangeset
for help on using the changeset viewer.
