summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index c213ff7..b0db0b1 100644
--- a/types.h
+++ b/types.h
@@ -148,10 +148,10 @@ typedef enum {
KW_RSQUARE,
KW_EQEQ,
KW_NE,
- KW_LT,
KW_LE,
- KW_GT,
+ KW_LT,
KW_GE,
+ KW_GT,
KW_PLUS,
KW_MINUS,
KW_ASTERISK,