Changeset 4452 for trunk/j/src/org/armedbear/lisp/compiler.lisp
- Timestamp:
- 10/18/03 23:10:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/compiler.lisp
r4451 r4452 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: compiler.lisp,v 1.5 5 2003-10-18 22:57:25piso Exp $4 ;;; $Id: compiler.lisp,v 1.56 2003-10-18 23:10:01 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 250 250 ;; use the (faster) special operator implementation. 251 251 (defun expand-macro (form) 252 ( do () ()252 (loop 253 253 (multiple-value-bind (result expanded) (macroexpand-1 form) 254 254 (unless expanded (return-from expand-macro result))
Note: See TracChangeset
for help on using the changeset viewer.