Changeset 5902


Ignore:
Timestamp:
Feb 11, 2007, 7:22:37 PM (18 years ago)
Author:
Gary Byers
Message:

method-typestring needs to be conditionalized. How has this been working ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/examples/bridge.lisp

    r5888 r5902  
    4343
    4444(defun method-typestring (method)
    45   (%get-cstring (pref method :objc_method.method_types)))
     45  (%get-cstring #+apple-objc-2.0
     46                (#_method_getTypeEncoding method)
     47                #-apple-objc-2.0
     48                (pref method :objc_method.method_types)))
    4649
    4750
Note: See TracChangeset for help on using the changeset viewer.