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

Replace #defines with C++ constants and inline functions in exor.h #656

Merged
merged 2 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Remove support for int sizes other than 32 bits

    No viable platform uses anything other than 32 bits for `int`.
    rocallahan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3e56b42 View commit details
    Browse the repository at this point in the history
  2. Replace #defines with enum constants and inline functions in exor.h

    This avoids issues with short/common identifiers like `BPI`
    and `DIFFERENT` colliding with identifiers used in other projects.
    rocallahan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ce24711 View commit details
    Browse the repository at this point in the history