Eolian: move the beta API ifdef to cover all the H types and functions.

@fix
This commit is contained in:
Daniel Zaoui 2014-03-26 15:54:09 +02:00
parent b2070f8c39
commit 149509249b
1 changed files with 1 additions and 2 deletions

View File

@ -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.
*