Changeset 14068
- Timestamp:
- 08/09/12 18:40:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/precompiler.lisp
r14066 r14068 496 496 ;; into something that needs special 497 497 ;; SETF treatment 498 (macroexpand-1 place )498 (macroexpand-1 place *precompile-env*) 499 499 (if expanded 500 500 (precompile1 (list* 'SETF expansion … … 518 518 ;; into something that needs special 519 519 ;; SETF treatment 520 (macroexpand-1 sym )520 (macroexpand-1 sym *precompile-env*) 521 521 (if expanded 522 522 (precompile1 (list 'SETF expansion val))
Note: See TracChangeset
for help on using the changeset viewer.