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

util: Remove unused (u)int64_t formatting macros #1625

Merged

Commits on Oct 25, 2024

  1. util: Remove unused (u)int64_t formatting macros

    We should anyway prefer to use the predefined macros from <inttypes.h>.
    
    If I haven't missed anything, this removes the last OS-specific #if,
    leaving us only with compiler-specific #if(def)s.
    real-or-random committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    980c08d View commit details
    Browse the repository at this point in the history