]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/config.h
Redblack: Added search_up
[libucw.git] / ucw / config.h
index 5dcc88915929faad3f0ea579f949ae89ac16595d..a4768b721f073ed5c6e0769458ccd0c3d1244f00 100644 (file)
@@ -37,9 +37,11 @@ typedef uint64_t u64;                        /** Exactly 64 bits, unsigned **/
 typedef int64_t s64;                   /** Exactly 64 bits, signed **/
 
 typedef unsigned int uint;             /** A better pronounceable alias for `unsigned int` **/
 typedef int64_t s64;                   /** Exactly 64 bits, signed **/
 
 typedef unsigned int uint;             /** A better pronounceable alias for `unsigned int` **/
-typedef uint uns;                      /** Backwards compatible alias for `uint' ***/
 typedef s64 timestamp_t;               /** Milliseconds since an unknown epoch **/
 
 typedef s64 timestamp_t;               /** Milliseconds since an unknown epoch **/
 
+// FIXME: This should be removed soon
+typedef uint uns;                      /** Backwards compatible alias for `uint' ***/
+
 #ifdef CONFIG_UCW_LARGE_FILES
 typedef s64 ucw_off_t;                 /** File position (either 32- or 64-bit, depending on `CONFIG_UCW_LARGE_FILES`). **/
 #else
 #ifdef CONFIG_UCW_LARGE_FILES
 typedef s64 ucw_off_t;                 /** File position (either 32- or 64-bit, depending on `CONFIG_UCW_LARGE_FILES`). **/
 #else