summaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-18 17:36:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-18 17:38:31 +0200
commitaa401d229c721f7a8d8f8d6b3ff0b963ca60844f (patch)
treeceeae233c1bc62cf85abcad760e7c6820875b701 /scripts/kconfig/expr.h
parent99c8d3955a3d58f42bd70365d26f3f2470ee0f0c (diff)
downloadembtoolkit-aa401d229c721f7a8d8f8d6b3ff0b963ca60844f.tar.gz
embtoolkit-aa401d229c721f7a8d8f8d6b3ff0b963ca60844f.tar.bz2
embtoolkit-aa401d229c721f7a8d8f8d6b3ff0b963ca60844f.tar.xz
Revert "Build system: kconfig: Initial attempt to implement kconfig integer comparison"
This reverts commit 34d211a44d2075c62ba35080ee5e68c25e820002. The implementation is incomplete. The implementation will be completed after upstream merge Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index eb0bf6d..80fce57 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -27,17 +27,7 @@ typedef enum tristate {
} tristate;
enum expr_type {
- E_NONE,
- E_OR,
- E_AND,
- E_NOT,
- E_EQUAL,
- E_UNEQUAL,
- E_STRICT_GREATER_THAN,
- E_STRICT_LESS_THAN,
- E_LIST,
- E_SYMBOL,
- E_RANGE
+ E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE
};
union expr_data {