diff options
| author | 2026-04-18 17:01:25 +0200 | |
|---|---|---|
| committer | 2026-04-18 17:01:25 +0200 | |
| commit | 2e1e513d0cfd3686abb1634824a1503f93f413de (patch) | |
| tree | 0f744c6e3f119ab5ea58d78b19a7df1815b7280f /src | |
| parent | 554fb8de87bb2e37715dbcc70efc27274b041014 (diff) | |
c.c static eval2ext
Diffstat (limited to 'src')
| -rw-r--r-- | src/c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |