Changeset 9357 for branches/working-0711/ccl/compiler/optimizers.lisp
- Timestamp:
- May 5, 2008, 11:19:51 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/optimizers.lisp
r9356 r9357 1936 1936 `(let* ((,code (char-code ,ch))) 1937 1937 (and (eq ,code (setq ,code (char-code ,other))) 1938 1938 (eq ,code (char-code ,third))))) 1939 1939 call))) 1940 1940
Note: See TracChangeset
for help on using the changeset viewer.