jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=78bb21a2d90bf7813632d19b87e0bac666eca6f8

commit 78bb21a2d90bf7813632d19b87e0bac666eca6f8
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Mar 31 14:19:08 2016 +0900

    Eolian: Mark all EO class_get() as weak
    
    This follows the previous commit for the same reasons.
---
 src/bin/eolian/eo_generator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/eolian/eo_generator.c b/src/bin/eolian/eo_generator.c
index a97f2f0..d718775 100644
--- a/src/bin/eolian/eo_generator.c
+++ b/src/bin/eolian/eo_generator.c
@@ -53,7 +53,7 @@ static const char
 tmpl_eo_obj_header[] = "\
 #define @#CLASS_@#CLASSTYPE @#klasstype_get()\n\
 \n\
-EAPI const Eo_Class *@#klasstype_get(void);\n\
+EWAPI const Eo_Class *@#klasstype_get(void);\n\
 \n\
 ";
 

-- 


Reply via email to