no more mach_override
1 files changed, 3 insertions(+), 2 deletions(-)

M ObjC.mmod
M ObjC.mmod +3 -2
@@ 1,7 1,7 @@ 
 
 #define THIS_IS_OBJC_OBJECT_HOLDER 1
 
-#include "mach_override.h"
+//#include "mach_override.h"
 #include "ffi/ffi.h"
 #include "piobjc.h"
 #import "util.h"

          
@@ 470,7 470,7 @@ PIKEFUN void new_class(string name, prog
    pop_n_elems(args);
 }
 
-
+#if 0
 // set up method override for 
 void override_objc_getClass()
 {

          
@@ 549,6 549,7 @@ void override_object_getInstanceVariable
       Pike_error("an error occurred while setting up the Objective-C environment.\n");
   }
 }
+#endif /* 0 */
 int iq =0;
 
 Ivar oc_object_getInstanceVariable(id obj, char * vn, void ** var)