Re: [E-devel] E CVS: proto/eina cedric

2008-08-08 Thread Gustavo Sverzut Barbieri
On Fri, Aug 8, 2008 at 11:20 AM, Enlightenment CVS [EMAIL PROTECTED] wrote: +#define EINA_ARRAY_ITER_NEXT(array, index, item) \ + for ((index) = 0; (index) eina_array_count(array); ++(index)) \ +{\ + (item) =

Re: [E-devel] E CVS: proto/eina cedric

2008-08-08 Thread The Rasterman
On Fri, 8 Aug 2008 12:47:48 -0300 Gustavo Sverzut Barbieri [EMAIL PROTECTED] babbled: i agree here - this macro as a public header macro to be commonly used is not so hot an idea. :( On Fri, Aug 8, 2008 at 11:20 AM, Enlightenment CVS [EMAIL PROTECTED] wrote: +#define

Re: [E-devel] E CVS: proto/eina cedric

2008-08-01 Thread dan sinclair
The COPYING file for this is currently blank. What license is this work under? Can someone please fill in the COPYING file. Thanks, dan On 30-Jul-08, at 8:46 AM, Enlightenment CVS wrote: Enlightenment CVS committal Author : cedric Project : e17 Module : proto/eina Dir :