]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.c
Compiler stuff
[wimlib] / src / lookup_table.c
index 2a313060ef357717af18ed8f7087209e34d43a41..3361d8c20cf90aa739e0d72786010dbdc56bc380 100644 (file)
@@ -43,9 +43,6 @@
 #  include <unistd.h> /* for unlink() */
 #endif
 
-/* Size of each lookup table entry in the WIM file. */
-#define WIM_LOOKUP_TABLE_ENTRY_DISK_SIZE 50
-
 struct wim_lookup_table *
 new_lookup_table(size_t capacity)
 {
@@ -354,6 +351,10 @@ for_lookup_table_entry_pos_sorted(struct wim_lookup_table *table,
        return ret;
 }
 
+
+/* Size of each lookup table entry in the WIM file. */
+#define WIM_LOOKUP_TABLE_ENTRY_DISK_SIZE 50
+
 /*
  * Reads the lookup table from a WIM file.
  *