aboutsummaryrefslogtreecommitdiff
path: root/include/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/expr.h')
-rw-r--r--include/expr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/expr.h b/include/expr.h
index 114d5a1..0771d60 100644
--- a/include/expr.h
+++ b/include/expr.h
@@ -194,9 +194,8 @@ enum cmpop {
struct cmp_e {
struct location loc;
- struct shift_e lhs;
enum cmpop op;
- struct shift_e *rhs;
+ struct shift_e lhs, rhs;
};
struct conjunction_e {