Changeset 3932
- Timestamp:
- 09/20/03 18:18:58 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Autoload.java
r3929 r3932 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: Autoload.java,v 1.7 0 2003-09-20 17:02:01piso Exp $5 * $Id: Autoload.java,v 1.71 2003-09-20 18:18:58 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 266 266 autoload(PACKAGE_SYS, "hash-table-entries", "HashTable"); 267 267 autoload(PACKAGE_SYS, "make-fill-pointer-output-stream", "FillPointerOutputStream"); 268 autoload(PACKAGE_SYS, "make-structure-class", "StructureClass"); 268 269 autoload(PACKAGE_SYS, "puthash", "HashTable"); 269 270 }
Note: See TracChangeset
for help on using the changeset viewer.