Changeset 11908


Ignore:
Timestamp:
05/20/09 22:22:33 (14 years ago)
Author:
ehuelsmann
Message:

COMPILE has moved from "jvm" to "compiler-pass2".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/autoloads.lisp

    r11590 r11908  
    175175(autoload-macro 'step)
    176176(autoload 'load)
    177 (autoload 'compile "jvm")
     177(autoload '(compile with-file-compilation) "compiler-pass2")
    178178(autoload-macro 'with-compilation-unit "jvm")
    179179
     
    309309;; JVM compiler.
    310310(in-package "JVM")
    311 (export '(jvm-compile jvm-compile-package))
     311(export '(jvm-compile-package))
    312312(autoload '%with-compilation-unit "jvm")
Note: See TracChangeset for help on using the changeset viewer.