Changeset 11760


Ignore:
Timestamp:
04/14/09 20:32:24 (15 years ago)
Author:
ehuelsmann
Message:

Remove check for properness of arguments list.
The check breaks AP5 and its removal doesn't appear to break any ANSI tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/Lisp.java

    r11754 r11760  
    212212    if (form instanceof Cons)
    213213      {
    214         form.length(); // Force an error if form is not a proper list.
    215214        LispObject car = ((Cons)form).car;
    216215        if (car instanceof Symbol)
Note: See TracChangeset for help on using the changeset viewer.