On Tue, Jan 22, 2013 at 6:50 PM, Stefan Schmidt <[email protected]> wrote: > On 21/01/13 09:37, Enlightenment SVN wrote: >> Log: >> efl: inline eina_unicode_utf8_get_next. >> >> >> Author: cedric >> Date: 2013-01-21 01:37:14 -0800 (Mon, 21 Jan 2013) >> New Revision: 83035 >> Trac: http://trac.enlightenment.org/e/changeset/83035 >> >> Added: >> trunk/efl/src/lib/eina/eina_abi.c > > This file adds a redefinition of Eina_Unicode from eina_unicode.h > > Clang fails for that by default. I would guess we don't want to redefine > it in eina_abi.c? > > lib/eina/eina_abi.c:30:17: error: redefinition of typedef 'Eina_Unicode' > is invalid in C [-Wtypedef-redefinition] > typedef wchar_t Eina_Unicode; > ^ > ../src/lib/eina/eina_unicode.h:30:17: note: previous definition is here > typedef wchar_t Eina_Unicode; > ^ > 1 error generated.
Thanks, fixed in svn. -- Cedric BAIL ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
