Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore


Modified Files:
        Ecore_Data.h 


Log Message:
The semi-colon at the end of this macro causes many compiler warnings under
OS X.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/Ecore_Data.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Ecore_Data.h        18 Mar 2004 05:29:54 -0000      1.1
+++ Ecore_Data.h        18 Mar 2004 20:44:33 -0000      1.2
@@ -114,7 +114,7 @@
        void *data;
        struct _ecore_list_node *next;
 
-       ECORE_DECLARE_LOCKS;
+       ECORE_DECLARE_LOCKS
 };
 
 struct _ecore_list {
@@ -127,7 +127,7 @@
        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 @@
        int max_right;
        int max_left;
 
-       ECORE_DECLARE_LOCKS;
+       ECORE_DECLARE_LOCKS
 };
 
 typedef struct _Ecore_Tree Ecore_Tree;
@@ -483,7 +483,7 @@
        /* Callback for freeing node data, default is NULL */
        Ecore_Free_Cb free_func;
 
-       ECORE_DECLARE_LOCKS;
+       ECORE_DECLARE_LOCKS
 };
 
 /* Some basic tree functions */




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to