On 16/08/16 04:38, Gustavo Sverzut Barbieri wrote:
> it seems at the end was a missing "#define ..._PROTECTED" in the .c
> file that includes the generated .eo.c.
>
> I wonder: shouldn't the generated .eo.c write:
> #ifndef ..._PROTECTED
> #define ..._PROTECTED
> #endif
>

No. The .eo.c should be included at the end of the .c file and the .eo.h 
is at the beginning. You need to define the protected before the .h.

--
Tom


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to