Changeset 11717
- Timestamp:
- 03/25/09 21:01:50 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Autoload.java
r11714 r11717 534 534 autoload(PACKAGE_SYS, "%generic-function-lambda-list", "StandardGenericFunction", true); 535 535 autoload(PACKAGE_SYS, "%generic-function-name", "StandardGenericFunction", true); 536 autoload(PACKAGE_SYS, "%get-output-stream-bytes", "ByteArrayOutputStream"); //AS 20090325 536 537 autoload(PACKAGE_SYS, "%make-array", "make_array"); 538 autoload(PACKAGE_SYS, "%make-byte-array-output-stream", "ByteArrayOutputStream"); //AS 20090325 537 539 autoload(PACKAGE_SYS, "%make-condition", "make_condition", true); 538 540 autoload(PACKAGE_SYS, "%make-hash-table", "HashTableFunctions");
Note: See TracChangeset
for help on using the changeset viewer.