+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
#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 {
# version
-SUBMINOR_VERSION:=194
+SUBMINOR_VERSION:=195
# v4.3.115 requires libFoundation v1.0.59
# v4.2.72 requires libEOControl v4.2.39