hal: Branch 'master'

Rob Taylor robtaylor at kemper.freedesktop.org
Mon Mar 5 09:20:12 PST 2007


 hald/rule.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 50fde8d2c6b9b5cf93ac8ea30f67f7409f0df326 (from f69a06d85817c1930ce0bbbae6ba6647633b9277)
Author: Rob Taylor <rob.taylor at codethink.co.uk>
Date:   Mon Mar 5 17:22:09 2007 +0000

    Move COMPARE_NE to end of match_type enum.
    
    Move COMPARE_NE to end of match_type enum.

diff --git a/hald/rule.h b/hald/rule.h
index b375fa8..b57d282 100644
--- a/hald/rule.h
+++ b/hald/rule.h
@@ -77,8 +77,8 @@ typedef enum {
 	MATCH_COMPARE_LE,
 	MATCH_COMPARE_GT,
 	MATCH_COMPARE_GE,
-	MATCH_COMPARE_NE,
-	MATCH_SIBLING_CONTAINS
+	MATCH_SIBLING_CONTAINS,
+	MATCH_COMPARE_NE
 } match_type;
 
 /* a "rule" structure that is a generic node of the fdi file */


More information about the hal-commit mailing list