Show
Ignore:
Timestamp:
07/24/08 00:44:36 (6 months ago)
Author:
saurik
Message:

Figured out 2.0 PyObjC.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/pyobjc/port.diff

    r199 r383  
    1 Index: pyobjc/pyobjc-core/Modules/objc/closure_pool.m 
    2 =================================================================== 
    3 --- pyobjc/pyobjc-core/Modules/objc/closure_pool.m      (revision 1946) 
    4 +++ pyobjc/pyobjc-core/Modules/objc/closure_pool.m      (working copy) 
    5 @@ -5,6 +5,7 @@ 
    6  #include "pyobjc.h" 
    7   
    8  #include <sys/mman.h> 
    9 +#include <mach/vm_param.h> 
    10   
    11  typedef struct freelist { 
    12         struct freelist* next; 
    131Index: pyobjc/pyobjc-core/Modules/objc/libffi_support.m 
    142===================================================================