|
From: | Eric Wasylishen |
Subject: | [bug #31237] Cocoa.h redefinition problems |
Date: | Sun, 03 Oct 2010 22:37:10 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5 |
Follow-up Comment #1, bug #31237 (project gnustep): in Cocoa.h, instead of 40 #if (!defined(__cplusplus) && !defined(__USE_ISOC99)) 41 typedef BOOL bool; 42 #define false NO 43 #define true YES 44 #endif it should probably be #if (!defined(__cplusplus) && !defined(__bool_true_false_are_defined)) (According to this: http://www.opengroup.org/onlinepubs/9699919799/basedefs/stdbool.h.html ) _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?31237> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |