Changeset 11717


Ignore:
Timestamp:
03/25/09 21:01:50 (15 years ago)
Author:
astalla
Message:

Added autoloads for byte-array-output-stream.

File:
1 edited

Legend:

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

    r11714 r11717  
    534534        autoload(PACKAGE_SYS, "%generic-function-lambda-list", "StandardGenericFunction", true);
    535535        autoload(PACKAGE_SYS, "%generic-function-name", "StandardGenericFunction", true);
     536        autoload(PACKAGE_SYS, "%get-output-stream-bytes", "ByteArrayOutputStream"); //AS 20090325
    536537        autoload(PACKAGE_SYS, "%make-array", "make_array");
     538        autoload(PACKAGE_SYS, "%make-byte-array-output-stream", "ByteArrayOutputStream"); //AS 20090325
    537539        autoload(PACKAGE_SYS, "%make-condition", "make_condition", true);
    538540        autoload(PACKAGE_SYS, "%make-hash-table", "HashTableFunctions");
Note: See TracChangeset for help on using the changeset viewer.