Changeset 12118
- Timestamp:
- 08/26/09 21:26:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/compiler-pass2.lisp
r12116 r12118 7916 7916 ((eq name 'LET) 7917 7917 (p2-let/let*-node form target representation)) 7918 ;; ((eq name 'LABELS) 7919 ;; (p2-labels-node form target representation)) 7920 ;; ((eq name 'SETF) ;; SETF functions create 7918 ((eq name 'SETF) ;; SETF functions create 7921 7919 ;; consp block names, if we're unlucky 7922 ;;(p2-block-node form target representation))7920 (p2-block-node form target representation)) 7923 7921 (t 7924 7922 (print name)
Note: See TracChangeset
for help on using the changeset viewer.