summaryrefslogtreecommitdiffstats
path: root/opt.c
diff options
context:
space:
mode:
Diffstat (limited to 'opt.c')
-rw-r--r--opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opt.c b/opt.c
index 330f804..151ca67 100644
--- a/opt.c
+++ b/opt.c
@@ -151,7 +151,7 @@ static void infer_depth_facts(struct opt_state *state, const struct expr *expr)
break;
case CMP_GREATER:
- if (expr->idata == LONG_LONG_MAX) {
+ if (expr->idata == LLONG_MAX) {
// Avoid overflow
state->facts_when_true.maxdepth = -1;
} else {