Changeset 13780


Ignore:
Timestamp:
01/15/12 19:45:23 (11 years ago)
Author:
rschlatte
Message:

Don't export funcallable-standard-class from CL.

... fixes a newly-introduced ansi-test failure.

File:
1 edited

Legend:

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

    r13774 r13780  
    29752975    PACKAGE_MOP.addExternalSymbol("FUNCALLABLE-STANDARD-OBJECT");
    29762976  public static final Symbol FUNCALLABLE_STANDARD_CLASS =
    2977     PACKAGE_CL.addExternalSymbol("FUNCALLABLE-STANDARD-CLASS");
     2977    PACKAGE_MOP.addExternalSymbol("FUNCALLABLE-STANDARD-CLASS");
    29782978  public static final Symbol SHORT_METHOD_COMBINATION =
    29792979    PACKAGE_MOP.addInternalSymbol("SHORT-METHOD-COMBINATION");
Note: See TracChangeset for help on using the changeset viewer.