Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Ewl_Test.h main.c 
Added Files:
        ewl_test_private.h 


Log Message:
move the definition of __UNUSED__ from Ewl_Test.h to ewl_test_private.h

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/Ewl_Test.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Ewl_Test.h  10 Mar 2006 20:52:03 -0000      1.3
+++ Ewl_Test.h  22 May 2006 18:09:00 -0000      1.4
@@ -2,13 +2,6 @@
 #define EWL_TEST_H
 
 #include <Ewl.h>
-#include <ewl-config.h>
-
-#if HAVE___ATTRIBUTE__
-#define __UNUSED__ __attribute__((unused))
-#else
-#define __UNUSED__
-#endif
 
 /**
  * @enum Ewl_Test_Type
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- main.c      13 Apr 2006 15:28:25 -0000      1.27
+++ main.c      22 May 2006 18:09:00 -0000      1.28
@@ -1,4 +1,5 @@
 #include "Ewl_Test.h"
+#include "ewl_test_private.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to