Changeset 10545

Show
Ignore:
Timestamp:
08/22/08 17:44:37 (3 months ago)
Author:
gb
Message:

The whole idea of hooking into a dealloc function isn't really
used anywhere, but the code that tries to support it is ppc32-specific.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/source/objc-bridge/objc-runtime.lisp

    r10457 r10545  
    28432843  #+gnu-objc (#_method_get_number_of_arguments m)) 
    28442844 
    2845 #+(and apple-objc (not apple-objc-2.0)
     2845#+(and apple-objc (not apple-objc-2.0) ppc-target
    28462846(progn 
    28472847(defloadvar *original-deallocate-hook*