aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-04-18 17:01:25 +0200
committerlemon <lsof@mailbox.org>2026-04-18 17:01:25 +0200
commit2e1e513d0cfd3686abb1634824a1503f93f413de (patch)
tree0f744c6e3f119ab5ea58d78b19a7df1815b7280f /src/c.c
parent554fb8de87bb2e37715dbcc70efc27274b041014 (diff)
c.c static eval2ext
Diffstat (limited to 'src/c.c')
-rw-r--r--src/c.c2
1 files changed, 1 insertions, 1 deletions
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;