aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;