Author: rmottola
Date: Tue Nov 18 00:47:19 2014
New Revision: 38181

URL: http://svn.gna.org/viewcvs/gnustep?rev=38181&view=rev
Log:
minor mac compatibility stuff

Modified:
    libs/webservices/trunk/GWSHash.m
    libs/webservices/trunk/GWSPrivate.h

Modified: libs/webservices/trunk/GWSHash.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/GWSHash.m?rev=38181&r1=38180&r2=38181&view=diff
==============================================================================
--- libs/webservices/trunk/GWSHash.m    (original)
+++ libs/webservices/trunk/GWSHash.m    Tue Nov 18 00:47:19 2014
@@ -25,6 +25,7 @@
 
    */ 
 #define GWSHash_INTERNAL
+#import "GWSPrivate.h"
 #import "GWSHash.h"
 #import "GWSConstants.h"
 #import "GWSCoder.h"

Modified: libs/webservices/trunk/GWSPrivate.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/webservices/trunk/GWSPrivate.h?rev=38181&r1=38180&r2=38181&view=diff
==============================================================================
--- libs/webservices/trunk/GWSPrivate.h (original)
+++ libs/webservices/trunk/GWSPrivate.h Tue Nov 18 00:47:19 2014
@@ -46,6 +46,15 @@
 #import "GWSType.h"
 
 #if !defined(GNUSTEP)
+//Let's add some very crude substitutions
+#define NSDebugFLog(format, args...) NSLog(format, args)
+#define NSDebugMLog(format, args...) NSLog(format, args)
+
+#ifndef        ASSIGN
+#define        ASSIGN(object,value)    object = (value)
+#endif
+
+
 #if (MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4)
 typedef int NSInteger;
 #endif


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to