]> err.no Git - sope/commitdiff
quickfix for Leopard compile
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 31 Jul 2007 11:56:18 +0000 (11:56 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 31 Jul 2007 11:56:18 +0000 (11:56 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1517 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-core/NGExtensions/ChangeLog
sope-core/NGExtensions/FdExt.subproj/NSMethodSignature+misc.m
sope-core/NGExtensions/Version

index 5e7f30fc0213186fd25bfcb1684742794757dd67..8e068ac09d20df7eecd336bcb3ad3b17273a0e14 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-31  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * FdExt.subproj/NSMethodSignature+misc.m: added warning and bogus
+         implementation of -objCTypes for Leopard
+
 2007-05-31  Helge Hess  <helge.hess@opengroupware.org>
 
        * FdExt.subproj/NSString+Encoding.m: added gnustep-base and
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 {
index ae5eadc44e8835069e94c0e764810e62e2b8c7c1..6941a3f4a7bb9f8db5c19e394e273068a428771c 100644 (file)
@@ -1,6 +1,6 @@
 # version
 
-SUBMINOR_VERSION:=194
+SUBMINOR_VERSION:=195
 
 # v4.3.115 requires libFoundation v1.0.59
 # v4.2.72  requires libEOControl  v4.2.39