The semi-colon at the end of this macro causes many compiler warnings under
authorrbdpngn <rbdpngn>
Thu, 18 Mar 2004 20:44:33 +0000 (20:44 +0000)
committerrbdpngn <rbdpngn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Mar 2004 20:44:33 +0000 (20:44 +0000)
OS X.

SVN revision: 9394

legacy/ecore/src/lib/ecore/Ecore_Data.h

index 9ce47769a2b08aaf6cca18880f12862bdc5f5a1f..87771decb6704a052c919162255ef1c848f49b75 100644 (file)
@@ -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 */