Changeset 13366


Ignore:
Timestamp:
06/29/11 15:34:58 (12 years ago)
Author:
Mark Evenson
Message:

Remove deprecated use of JAVA:MAKE-IMMEDIATE-OBJECT.

File:
1 edited

Legend:

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

    r13102 r13366  
    6767           do (assert (stringp m) (m) "Method names must be strings: ~s" m) and collect m
    6868           else
    69            do (assert (or (symbolp m) (functionp m)) (m) "Methods must be function designators: ~s" m)))
    70         (null (make-immediate-object nil :ref)))
     69           do (assert (or (symbolp m) (functionp m)) (m) "Methods must be function designators: ~s" m))))
    7170    (loop for method across
    7271      (jclass-methods interface :declared nil :public t)
     
    7978                     ,arglist
    8079                     ,(when arglist '(declare (ignore ignore)))
    81                      ,(if void-p '(values) null))))
     80                     ,(if void-p '(values) java:+null+))))
    8281        (warn "Implementing dummy method ~a for interface ~a"
    8382              method-name (jclass-name interface))
Note: See TracChangeset for help on using the changeset viewer.