Changeset 14372
- Timestamp:
- Oct 23, 2010, 3:46:29 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/optimizers.lisp
r14348 r14372 2504 2504 2505 2505 2506 (define-compiler-macro concatenate (&whole w type &rest sequences) 2507 (if (and (quoted-form-p type) 2508 (ignore-errors (subtypep (cadr type) 'string))) 2509 `(concat-to-string ,@sequences) 2510 w)) 2511 2506 2512 (provide "OPTIMIZERS")
Note:
See TracChangeset
for help on using the changeset viewer.
