summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@samsung.com>2014-03-26 15:54:09 +0200
committerDaniel Zaoui <daniel.zaoui@samsung.com>2014-03-27 08:52:53 +0200
commit149509249bdbc6d6ab8fb940ca2829cec6479008 (patch)
treee7a98340f72cfed9b261123f7d740821b8d28aa8
parentb2070f8c390ec8d8c491aff51ab95a9bbb4fd630 (diff)
downloadefl-149509249bdbc6d6ab8fb940ca2829cec6479008.tar.gz
Eolian: move the beta API ifdef to cover all the H types and functions.
@fix
-rw-r--r--src/lib/eolian/Eolian.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/eolian/Eolian.h b/src/lib/eolian/Eolian.h
index 126b60ae2b..85a7a93be6 100644
--- a/src/lib/eolian/Eolian.h
+++ b/src/lib/eolian/Eolian.h
@@ -36,6 +36,7 @@ extern "C" {
# include <config.h>
#endif
+#ifdef EFL_BETA_API_SUPPORT
/* Function Id used to extract information on class functions
*
@@ -116,8 +117,6 @@ typedef enum
EOLIAN_CLASS_INTERFACE
} Eolian_Class_Type;
-#ifdef EFL_BETA_API_SUPPORT
-
/*
* @brief Parse a given .eo file and fill the database.
*