cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=109dc5445182047fd2fcad8820210ef46066c769

commit 109dc5445182047fd2fcad8820210ef46066c769
Author: Cedric BAIL <[email protected]>
Date:   Tue Apr 28 16:51:44 2015 +0200

    embryo: remove the need to order the header correctly for Windows.
---
 src/lib/embryo/Embryo.h | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/lib/embryo/Embryo.h b/src/lib/embryo/Embryo.h
index 413c38b..fc358ef 100644
--- a/src/lib/embryo/Embryo.h
+++ b/src/lib/embryo/Embryo.h
@@ -885,7 +885,7 @@ EAPI Embryo_Cell      
embryo_program_return_value_get(Embryo_Program *ep);
  * @ingroup Embryo_Run_Group
  */
 EAPI void             embryo_program_max_cycle_run_set(Embryo_Program *ep, int 
max);
-   
+
 /**
  * Retreives the maximum number of abstract machine cycles a program is allowed
  * to run.
@@ -899,7 +899,7 @@ EAPI void             
embryo_program_max_cycle_run_set(Embryo_Program *ep, int m
  * @ingroup Embryo_Run_Group
  */
 EAPI int              embryo_program_max_cycle_run_get(Embryo_Program *ep);
-   
+
 /**
  * Pushes an Embryo_Cell onto the function stack to use as a parameter for
  * the next function that is called in the given program.
@@ -916,7 +916,7 @@ EAPI int              
embryo_program_max_cycle_run_get(Embryo_Program *ep);
  * Functions that set parameters for the next function that is called.
  */
 EAPI int              embryo_parameter_cell_push(Embryo_Program *ep, 
Embryo_Cell cell);
-   
+
 /**
  * Pushes a string onto the function stack to use as a parameter for the
  * next function that is called in the given program.
@@ -926,7 +926,7 @@ EAPI int              
embryo_parameter_cell_push(Embryo_Program *ep, Embryo_Cell
  * @ingroup Embryo_Parameter_Group
  */
 EAPI int              embryo_parameter_string_push(Embryo_Program *ep, const 
char *str);
-   
+
 /**
  * Pushes an array of Embryo_Cells onto the function stack to be used as
  * parameters for the next function that is called in the given program.
@@ -942,4 +942,7 @@ EAPI int              
embryo_parameter_cell_array_push(Embryo_Program *ep, Embry
 }
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif

-- 


Reply via email to