From 2e1e513d0cfd3686abb1634824a1503f93f413de Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 18 Apr 2026 17:01:25 +0200 Subject: c.c static eval2ext --- src/c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c.c b/src/c.c index 00721c2..c45d1e6 100644 --- a/src/c.c +++ b/src/c.c @@ -497,7 +497,7 @@ relationalcheck(const Expr *a, const Expr *b) } /* folding where a constant expression is required as an extension, with a warning */ -bool +static bool eval2ext(Expr *ex) { if (eval(ex, EVINTCONST)) return 1; -- cgit v1.2.3