Changeset 4526
- Timestamp:
- 10/24/03 17:15:25 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/transform.lisp
r4513 r4526 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: transform.lisp,v 1. 1 2003-10-23 13:12:04piso Exp $4 ;;; $Id: transform.lisp,v 1.2 2003-10-24 17:15:25 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 130 130 (push 'PROGN result) 131 131 result)) 132 ((eq fun 'QUOTE) 133 form) 132 134 ((and (symbolp fun) (fboundp fun)) 133 135 (cons fun (mapcar #'transform1 args)))
Note: See TracChangeset
for help on using the changeset viewer.