Changeset 4205
- Timestamp:
- 10/06/03 00:03:15 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/destructuring-bind.lisp
r4152 r4205 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: destructuring-bind.lisp,v 1. 5 2003-10-01 01:13:36piso Exp $4 ;;; $Id: destructuring-bind.lisp,v 1.6 2003-10-06 00:03:15 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 330 330 name error-kind error-fun) 331 331 (unless supplied-var 332 (setf supplied-var (gensym "SUP LIEDP-")))332 (setf supplied-var (gensym "SUPPLIEDP-"))) 333 333 (push-let-binding supplied-var condition t) 334 334 (cond ((consp value-var)
Note: See TracChangeset
for help on using the changeset viewer.