lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master eb666c3 6/8: Sort enumerations in ASCII order


From: Greg Chicares
Subject: [lmi-commits] [lmi] master eb666c3 6/8: Sort enumerations in ASCII order
Date: Wed, 13 Mar 2019 20:23:31 -0400 (EDT)

branch: master
commit eb666c3e222275a0258f005ec51c92693db2333b
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Sort enumerations in ASCII order
    
    The number 'seven' begins with 's', but the character '7' does not
    come between 'pqr' and 'tuv'.
---
 oecumenic_enumerations.hpp | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/oecumenic_enumerations.hpp b/oecumenic_enumerations.hpp
index 0ff584d..bb891cd 100644
--- a/oecumenic_enumerations.hpp
+++ b/oecumenic_enumerations.hpp
@@ -28,6 +28,28 @@
 
 enum {methuselah = 969};
 
+enum oenum_7702_7pp_whence
+    {oe_7702_7pp_first_principles
+    ,oe_7702_7pp_from_table
+    };
+
+enum oenum_7702_corr_whence
+    {oe_7702_corr_first_principles
+    ,oe_7702_corr_from_table
+    };
+
+enum oenum_7702_nsp_whence
+    {oe_7702_nsp_first_principles
+    ,oe_7702_nsp_from_table
+    ,oe_7702_nsp_reciprocal_cvat_corridor
+    };
+
+enum oenum_7702_term
+    {oe_7702_term_is_ignored
+    ,oe_7702_term_is_db
+    ,oe_7702_term_is_qab
+    };
+
 enum oenum_alb_or_anb
     {oe_age_last_birthday
     ,oe_age_nearest_birthday_ties_younger
@@ -126,28 +148,6 @@ enum oenum_smoking_or_tobacco
     ,oe_tobacco_nontobacco
     };
 
-enum oenum_7702_corr_whence
-    {oe_7702_corr_first_principles
-    ,oe_7702_corr_from_table
-    };
-
-enum oenum_7702_nsp_whence
-    {oe_7702_nsp_first_principles
-    ,oe_7702_nsp_from_table
-    ,oe_7702_nsp_reciprocal_cvat_corridor
-    };
-
-enum oenum_7702_7pp_whence
-    {oe_7702_7pp_first_principles
-    ,oe_7702_7pp_from_table
-    };
-
-enum oenum_7702_term
-    {oe_7702_term_is_ignored
-    ,oe_7702_term_is_db
-    ,oe_7702_term_is_qab
-    };
-
 enum oenum_visibility
     {oe_shown
     ,oe_hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]