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 some hbitio.h things private #582

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. Make some hbitio.h things private

    Most of hbitio.h moved to hbitio_priv.h
    
    Still in hbitio.h:
    
    * BITNUM #define
    * Hputbit() function-like macro
    
    These are referenced in older versions of the reference manual, e.g., in
    the Hendbitaccess() entry.
    
    Moved to hbitio_priv.h:
    
    * BITBUF_SIZE, DATANUM #defines
    * bitrec_t struct
    * maskc and maskl variable declarations
    derobins committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b30716a View commit details
    Browse the repository at this point in the history