Changeset 12927


Ignore:
Timestamp:
09/27/10 21:49:41 (13 years ago)
Author:
astalla
Message:

Fixed JSR-223 breakage: a file was still referring to ext:make-thread instead of threads:make-thread

File:
1 edited

Legend:

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

    r12020 r12927  
    4848    (pushnew *swank-dir* asdf:*central-registry* :test #'equal)
    4949    (asdf:oos 'asdf:load-op :swank)
    50     (ext:make-thread (lambda () (funcall (find-symbol
     50    (threads:make-thread (lambda () (funcall (find-symbol
    5151            (symbol-name '#:create-server)
    5252            :swank)
Note: See TracChangeset for help on using the changeset viewer.