]> err.no Git - sope/blobdiff - sope-core/NGExtensions/FdExt.subproj/NSMethodSignature+misc.m
quickfix for Leopard compile
[sope] / sope-core / NGExtensions / FdExt.subproj / NSMethodSignature+misc.m
index a5def7c31cb7d32bc5cb748e3a865d5438ac5854..ec0ac2af4d996e53c057329a2a417b60768eab69 100644 (file)
 
 #if NeXT_Foundation_LIBRARY
 - (NSString *)objCTypes {
+#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
   return [NSString stringWithCString:self->_types];
+#else
+  #warning Missing implementation for Leopard!
+  return nil;
+#endif
 }
 #else
 - (NSString *)objCTypes {