Changeset 3864


Ignore:
Timestamp:
09/18/03 13:11:26 (20 years ago)
Author:
piso
Message:

Added explicit tag for LOAD-COMPILED-FUNCTION.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/CompiledFunction.java

    r3781 r3864  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: CompiledFunction.java,v 1.8 2003-09-14 17:36:11 piso Exp $
     5 * $Id: CompiledFunction.java,v 1.9 2003-09-18 13:11:26 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    9898    };
    9999
     100    // ### load-compiled-function
    100101    private static final Primitive1 LOAD_COMPILED_FUNCTION =
    101102        new Primitive1("load-compiled-function", PACKAGE_SYS, false) {
Note: See TracChangeset for help on using the changeset viewer.