Changeset 3932


Ignore:
Timestamp:
09/20/03 18:18:58 (20 years ago)
Author:
piso
Message:

SYS::MAKE-STRUCTURE-CLASS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/Autoload.java

    r3929 r3932  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: Autoload.java,v 1.70 2003-09-20 17:02:01 piso Exp $
     5 * $Id: Autoload.java,v 1.71 2003-09-20 18:18:58 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    266266        autoload(PACKAGE_SYS, "hash-table-entries", "HashTable");
    267267        autoload(PACKAGE_SYS, "make-fill-pointer-output-stream", "FillPointerOutputStream");
     268        autoload(PACKAGE_SYS, "make-structure-class", "StructureClass");
    268269        autoload(PACKAGE_SYS, "puthash", "HashTable");
    269270    }
Note: See TracChangeset for help on using the changeset viewer.