Eolian: Mark all EO class_get() as weak

This follows the previous commit for the same reasons.
This commit is contained in:
Jean-Philippe Andre 2016-03-31 14:19:08 +09:00
parent a1a506e13e
commit 78bb21a2d9
1 changed files with 1 additions and 1 deletions

View 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\
";