Move strace -m/explicit location test to strace.exp
[deliverable/binutils-gdb.git] / include / partition.h
index d8b554f8f9a1148aa8939d9d2a6679ddeb49f97e..c39873b6016e0840fe32059d9fee4725103343f6 100644 (file)
@@ -45,12 +45,12 @@ extern "C" {
 
 struct partition_elem
 {
-  /* The canonical element that represents the class containing this
-     element.  */
-  int class_element;
   /* The next element in this class.  Elements in each class form a
      circular list.  */
   struct partition_elem* next;
+  /* The canonical element that represents the class containing this
+     element.  */
+  int class_element;
   /* The number of elements in this class.  Valid only if this is the
      canonical element for its class.  */
   unsigned class_count;
This page took 0.033447 seconds and 4 git commands to generate.