Changeset 13832
- Timestamp:
- 01/30/12 10:09:59 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Closure.java
r13831 r13832 83 83 ? maxArgs : -1; 84 84 85 if (rest != NIL)86 restVar = rest;87 88 85 // stuff we don't need: we're a compiled function 89 86 body = null; … … 111 108 arglist = new ArgumentListProcessor(this, reqParams, optParams, 112 109 keyParams, keys != NIL, 113 moreKeys != NIL, rest Var);110 moreKeys != NIL, rest); 114 111 } 115 112
Note: See TracChangeset
for help on using the changeset viewer.