Changeset 11791
- Timestamp:
- 04/28/09 18:43:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Autoload.java
r11717 r11791 607 607 autoload(PACKAGE_SYS, "canonicalize-logical-host", "LogicalPathname", true); 608 608 autoload(PACKAGE_SYS, "class-direct-slots", "SlotClass"); 609 autoload(PACKAGE_SYS, "%float-bits", "FloatFunctions"); 609 610 autoload(PACKAGE_SYS, "coerce-to-double-float", "FloatFunctions"); 610 611 autoload(PACKAGE_SYS, "coerce-to-single-float", "FloatFunctions");
Note: See TracChangeset
for help on using the changeset viewer.