Changeset 14026
- Timestamp:
- 07/31/12 12:23:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Autoload.java
r13999 r14026 545 545 autoload(PACKAGE_SYS, "%generic-function-lambda-list", "StandardGenericFunction", true); 546 546 autoload(PACKAGE_SYS, "%generic-function-name", "StandardGenericFunction", true); 547 autoload(PACKAGE_SYS, "set-generic-function-declarations", "StandardGenericFunction", true); 547 548 autoload(PACKAGE_SYS, "%get-output-stream-bytes", "ByteArrayOutputStream"); //AS 20090325 548 549 autoload(PACKAGE_SYS, "%get-output-stream-array", "ByteArrayOutputStream"); … … 569 570 autoload(PACKAGE_SYS, "%set-generic-function-name", "StandardGenericFunction", true); 570 571 autoload(PACKAGE_SYS, "%set-gf-required-args", "StandardGenericFunction", true); 572 autoload(PACKAGE_SYS, "%set-gf-optional-args", "StandardGenericFunction", true); 573 autoload(PACKAGE_SYS, "gf-required-args", "StandardGenericFunction", true); 574 autoload(PACKAGE_SYS, "gf-optional-args", "StandardGenericFunction", true); 575 autoload(PACKAGE_SYS, "%init-eql-specializations", "StandardGenericFunction", true); 576 autoload(PACKAGE_SYS, "%get-arg-specialization", "StandardGenericFunction", true); 571 577 autoload(PACKAGE_SYS, "%set-symbol-macro", "Primitives"); 572 578 autoload(PACKAGE_SYS, "%simple-bit-vector-bit-and", "SimpleBitVector");
Note: See TracChangeset
for help on using the changeset viewer.