raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=11e82fd7f494585d972125b84d77551b9459005b

commit 11e82fd7f494585d972125b84d77551b9459005b
Author: Carsten Haitzler <ras...@rasterman.com>
Date:   Mon Sep 6 12:09:05 2021 +0100

    eo - make no_anon EO_API for test suite
---
 src/lib/eo/eo.c                 | 2 +-
 src/lib/eo/eo_ptr_indirection.x | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index f96972d79b..edcfc9eca1 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -1488,7 +1488,7 @@ eo_class_free(_Efl_Class *klass)
    eina_freeq_ptr_main_add(klass, free, 0);
 }
 
-int _eo_no_anon = -1;
+EO_API int _eo_no_anon = -1;
 
 static inline void
 _eo_classes_release(void)
diff --git a/src/lib/eo/eo_ptr_indirection.x b/src/lib/eo/eo_ptr_indirection.x
index fc50c42096..64bad07a06 100644
--- a/src/lib/eo/eo_ptr_indirection.x
+++ b/src/lib/eo/eo_ptr_indirection.x
@@ -153,7 +153,7 @@ typedef struct _Mem_Header
    size_t magic;
 } Mem_Header;
 
-extern int _eo_no_anon;
+EO_API extern int _eo_no_anon;
 
 static void *
 _eo_id_mem_alloc(size_t size)

-- 


Reply via email to