Author: rfm
Date: Tue Apr  5 19:33:57 2016
New Revision: 39621

URL: http://svn.gna.org/viewcvs/gnustep?rev=39621&view=rev
Log:
tweak at Sefan's request

Modified:
    libs/corebase/trunk/Headers/CoreFoundation/CFRuntime.h

Modified: libs/corebase/trunk/Headers/CoreFoundation/CFRuntime.h
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/corebase/trunk/Headers/CoreFoundation/CFRuntime.h?rev=39621&r1=39620&r2=39621&view=diff
==============================================================================
--- libs/corebase/trunk/Headers/CoreFoundation/CFRuntime.h      (original)
+++ libs/corebase/trunk/Headers/CoreFoundation/CFRuntime.h      Tue Apr  5 
19:33:57 2016
@@ -137,8 +137,8 @@
     } _flags;
 };
 
-//#define INIT_CFRUNTIME_BASE(...) { 0, 0, { 1, 0, 0 } }
-#define INIT_CFRUNTIME_BASE(...) { 0, 0x00008000 }
+#define INIT_CFRUNTIME_BASE(...) { 0, 0, { 1, 0, 0 } }
+//#define INIT_CFRUNTIME_BASE(...) { 0, 0x00008000 }
 
 /** Creates a new CF type instance.
     \param allocator The CFAllocatorRef to use or NULL for the default


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to