cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0554d2ef124000c19fd3d87fab85d9f74ebd872e
commit 0554d2ef124000c19fd3d87fab85d9f74ebd872e Author: Cedric BAIL <[email protected]> Date: Mon Jun 6 12:11:07 2016 -0700 elementary: export symbol used by tests suite. --- src/lib/elementary/elm_code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_code.c b/src/lib/elementary/elm_code.c index 612272e..007184a 100644 --- a/src/lib/elementary/elm_code.c +++ b/src/lib/elementary/elm_code.c @@ -10,7 +10,7 @@ #include "elm_code_private.h" static int _elm_code_init = 0; -int _elm_code_lib_log_dom = -1; +EAPI int _elm_code_lib_log_dom = -1; EAPI const Eo_Event_Description ELM_CODE_EVENT_LINE_LOAD_DONE = EO_EVENT_DESCRIPTION("line,load,done"); --
