Changeset 12582


Ignore:
Timestamp:
04/08/10 19:38:15 (13 years ago)
Author:
ehuelsmann
Message:

Re #38: Make Cells compile with our metaclass support by

making a documentation initarg.

File:
1 edited

Legend:

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

    r12576 r12582  
    7070                      symPrecedenceList,
    7171                      symDirectMethods,
    72                       symDocumentation,
    7372                      symDirectSlots,
    7473                      symSlots,
    7574                      symDirectDefaultInitargs,
    7675                      symDefaultInitargs,
    77                       symFinalizedP),
     76                      symFinalizedP,
     77                      symDocumentation),
    7878                 NIL)
    7979      {
     
    343343             helperMakeSlotDefinition("DIRECT-DEFAULT-INITARGS", initFunction),
    344344             helperMakeSlotDefinition("DEFAULT-INITARGS", initFunction),
    345              helperMakeSlotDefinition("FINALIZED-P", initFunction));
     345             helperMakeSlotDefinition("FINALIZED-P", initFunction),
     346             helperMakeSlotDefinition("DOCUMENTATION", initFunction));
    346347  }
    347348
Note: See TracChangeset for help on using the changeset viewer.