On Sat, 11 Dec 2010, Vincent Torri wrote:

>
>
> On Fri, 10 Dec 2010, Enlightenment SVN wrote:
>
>> Log:
>> revert part of commit - broke compilation. no uintptr_t in linux
>>  yeaders by default - likely breaks even more.
>
> then just include the correct header. uintptr_t is a C99 type.

stdint.h I think

>
> Vincent
>
>>
>>
>>
>> Author:       raster
>> Date:         2010-12-10 19:44:33 -0800 (Fri, 10 Dec 2010)
>> New Revision: 55483
>> Trac:         http://trac.enlightenment.org/e/changeset/55483
>>
>> Modified:
>>  trunk/eina/src/lib/eina_magic.c
>>
>> Modified: trunk/eina/src/lib/eina_magic.c
>> ===================================================================
>> --- trunk/eina/src/lib/eina_magic.c  2010-12-11 03:22:54 UTC (rev 55482)
>> +++ trunk/eina/src/lib/eina_magic.c  2010-12-11 03:44:33 UTC (rev 55483)
>> @@ -320,7 +320,7 @@
>>         _eina_magic_strings_dirty = 0;
>>      }
>>
>> -   ems = bsearch((void *)(uintptr_t)magic, _eina_magic_strings,
>> +   ems = bsearch((void *)(long)magic, _eina_magic_strings,
>>                  _eina_magic_strings_count, sizeof(Eina_Magic_String),
>>                  _eina_magic_strings_find_cmp);
>>    if (ems)
>>
>>
>> ------------------------------------------------------------------------------
>> Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
>> new data types, scalar functions, improved concurrency, built-in packages,
>> OCI, SQL*Plus, data movement tools, best practices and more.
>> http://p.sf.net/sfu/oracle-sfdev2dev
>> _______________________________________________
>> enlightenment-svn mailing list
>> enlightenment-...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>>
>
> ------------------------------------------------------------------------------
> Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
> new data types, scalar functions, improved concurrency, built-in packages,
> OCI, SQL*Plus, data movement tools, best practices and more.
> http://p.sf.net/sfu/oracle-sfdev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to