Changeset 12381
- Timestamp:
- 01/17/10 14:36:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/AutoloadedFunctionProxy.java
r12378 r12381 285 285 fun = new AutoloadedFunctionProxy(sym, name, cache, 286 286 cachedSyms, fType); 287 287 fun.setClassBytes((byte[])((Hashtable)cache.javaInstance()) 288 .get(name.getStringValue())); 288 289 } 289 290
Note: See TracChangeset
for help on using the changeset viewer.