darshb / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

Inconsistent use of GDATA_FOREACH macro #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Fast enumeration support is compiler specific (will not work on Mac OS X
10.4 and some GNU gcc compilers). This patch fixes some places where the
GDATA_FOREACH macro is not used (patch attached from latest SVN).

Original issue reported on code.google.com by adam.fe...@gmail.com on 23 Apr 2010 at 5:23

Attachments:

GoogleCodeExporter commented 9 years ago
GDATA_FOREACH is used just for 10.4 compatibility, but GDataXMLNode.h/m are not 
intended for use except on 
the iPhone.

Original comment by gregrobbins on 23 Apr 2010 at 5:41