VARIABLE ROLE: Use correct system file representation.
[pspp] / src / data / variable.h
index e8f5f101469c1514587b0f24d9b053df5919f3fa..3210a78f9a8456e483f7684208622e2d6339b640 100644 (file)
@@ -145,10 +145,10 @@ enum measure var_default_measure (enum val_type);
 /* Intended usage of a variable, for populating dialogs. */
 enum var_role
   {
-    ROLE_NONE,
     ROLE_INPUT,
     ROLE_OUTPUT,
     ROLE_BOTH,
+    ROLE_NONE,
     ROLE_PARTITION,
     ROLE_SPLIT
   };