Changeset 3864
- Timestamp:
- 09/18/03 13:11:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/CompiledFunction.java
r3781 r3864 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: CompiledFunction.java,v 1. 8 2003-09-14 17:36:11piso Exp $5 * $Id: CompiledFunction.java,v 1.9 2003-09-18 13:11:26 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 98 98 }; 99 99 100 // ### load-compiled-function 100 101 private static final Primitive1 LOAD_COMPILED_FUNCTION = 101 102 new Primitive1("load-compiled-function", PACKAGE_SYS, false) {
Note: See TracChangeset
for help on using the changeset viewer.