Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs.h 


Log Message:
* Cleanups

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- evfs.h      16 Aug 2007 11:31:17 -0000      1.51
+++ evfs.h      20 Aug 2007 11:09:13 -0000      1.52
@@ -36,6 +36,16 @@
 #define EVFS_FUNCTION_FILE_MOVE "evfs_file_move"
 #define EVFS_FUNCTION_FILE_STAT_GET "evfs_file_stat_get"
 
+#if     __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
+#  define GNUC_EXTENSION __extension__
+#else
+#  define GNUC_EXTENSION
+#endif
+
+GNUC_EXTENSION typedef signed long long int64;
+GNUC_EXTENSION typedef unsigned long long uint64;
+
+
 #include "evfs_plugin.h"
 
 typedef enum
@@ -52,17 +62,6 @@
 EfsdFsOps;
 
 /*----------------------------------------------------------------*/
-#if     __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8)
-#  define GNUC_EXTENSION __extension__
-#else
-#  define GNUC_EXTENSION
-#endif
-
-GNUC_EXTENSION typedef signed long long int64;
-GNUC_EXTENSION typedef unsigned long long uint64;
-
-
-
 #define INT64_CONSTANT(val)    (GNUC_EXTENSION (val##LL))
 
 #define INT32_TO_BE(val)       ((unsigned int) ( \



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to