From ad711136a8c5a4dfe685c917dfb880638d024116 Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Thu, 18 Mar 2004 20:44:33 +0000 Subject: [PATCH] The semi-colon at the end of this macro causes many compiler warnings under OS X. SVN revision: 9394 --- legacy/ecore/src/lib/ecore/Ecore_Data.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore_Data.h b/legacy/ecore/src/lib/ecore/Ecore_Data.h index 9ce47769a2..87771decb6 100644 --- a/legacy/ecore/src/lib/ecore/Ecore_Data.h +++ b/legacy/ecore/src/lib/ecore/Ecore_Data.h @@ -114,7 +114,7 @@ struct _ecore_list_node { void *data; struct _ecore_list_node *next; - ECORE_DECLARE_LOCKS; + ECORE_DECLARE_LOCKS }; struct _ecore_list { @@ -127,7 +127,7 @@ struct _ecore_list { int nodes; /* The number of nodes in the list */ int index; /* The position from the front of the list of current node */ - ECORE_DECLARE_LOCKS; + ECORE_DECLARE_LOCKS }; @@ -468,7 +468,7 @@ struct _Ecore_Tree_Node { int max_right; int max_left; - ECORE_DECLARE_LOCKS; + ECORE_DECLARE_LOCKS }; typedef struct _Ecore_Tree Ecore_Tree; @@ -483,7 +483,7 @@ struct _Ecore_Tree { /* Callback for freeing node data, default is NULL */ Ecore_Free_Cb free_func; - ECORE_DECLARE_LOCKS; + ECORE_DECLARE_LOCKS }; /* Some basic tree functions */ -- 2.34.1