Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make macros::expand_numeric return int64_t #3454

Merged
merged 1 commit into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Make macros::expand_numeric return int64_t

    While we can't change the C API there is really no reason to add a new
    32 bit API. Changing now while it is still internal.
    
    Emit a warning if value doesn't fit into an int for the old API and
    clamp at INT_MIN and INT_MAX.
    ffesti committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    0566e31 View commit details
    Browse the repository at this point in the history