Eolian: Mark all EO class_get() as weak
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 31 Mar 2016 05:19:08 +0000 (14:19 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 1 Apr 2016 03:09:06 +0000 (12:09 +0900)
This follows the previous commit for the same reasons.

src/bin/eolian/eo_generator.c

index a97f2f0..d718775 100644 (file)
@@ -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\
 ";