Changeset 9471
- Timestamp:
- May 14, 2008, 9:29:16 AM (17 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/optimizers.lisp
r9464 r9471 1940 1940 `(let ((,stream-var ,stream)) 1941 1941 (if (or (null ,stream-var) (stringp ,stream-var)) 1942 (format-to-string stream-var ,string ,obj ,@args)1942 (format-to-string ,stream-var ,string ,obj ,@args) 1943 1943 (progn 1944 1944 (when (eq ,stream-var t) (setq ,stream-var *standard-output*))
Note:
See TracChangeset
for help on using the changeset viewer.
