From: Xavi Artigas Date: Thu, 14 Feb 2019 16:09:23 +0000 (+0100) Subject: Mark EFL_MAIN and EFL_MAIN_EX macros as stable X-Git-Tag: submit/tizen/20190308.115227~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=64faafe53c3e23e793eb60c507d14be4929bae5b;p=platform%2Fupstream%2Fefl.git Mark EFL_MAIN and EFL_MAIN_EX macros as stable They no longer require EFL_BETA_API_SUPPORT to be defined. --- diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 960e06a..be836ee 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -91,8 +91,6 @@ EAPI unsigned int ecore_init_ex(int argc, char **argv); */ EAPI unsigned int ecore_shutdown_ex(void); - -#ifdef EFL_BETA_API_SUPPORT /** * @brief Inform EFL of the version this application was built for. * @@ -101,7 +99,6 @@ EAPI unsigned int ecore_shutdown_ex(void); * @since 1.18 (as beta) */ EWAPI void efl_build_version_set(int vmaj, int vmin, int vmic, int revision, const char *flavor, const char *build_id); -#endif /** * @} diff --git a/src/lib/ecore/efl_general.h b/src/lib/ecore/efl_general.h index 222c799..70d594d 100644 --- a/src/lib/ecore/efl_general.h +++ b/src/lib/ecore/efl_general.h @@ -31,8 +31,6 @@ # define __EFL_NET(...) #endif -#ifdef EFL_BETA_API_SUPPORT - // This file is designed to be included again and again // so cleanup last inclusion before generating this one. #undef _EFL_VERSION_MICRO @@ -127,5 +125,3 @@ ecore_shutdown(); \ return real__; \ } - -#endif /* EFL_BETA_API_SUPPORT */