diff options
author | Michael Forney <mforney@mforney.org> | 2024-04-08 12:50:27 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-04-08 12:50:27 -0700 |
commit | c05e4ec794f2f32afc5811377aa7d8595da98013 (patch) | |
tree | 02c2c75f325039767a0e2f7e73ab8f176c89c63b /doc | |
parent | 1e66f1ce8a8df863042ab54ba6b68bd6d2e52396 (diff) |
expr: Remove evalexpr() and just use condexpr() with eval()
evalexpr() was originally named `constexpr`, since it matched the
constant-expression rule in the grammar. It had to be renamed due
to conflict with the C23 constexpr keyword.
However, since 2e3ecc70, eval has just one argument, so just call
eval(condexpr()) directly.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions