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

Conversation

derobins
Copy link
Member

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

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 derobins added Component - C Library Core C library issues Type - Deprecation / Removal We strive for backward-compatibility, so it's worth noting this separately Priority - 0. Blocker ⛔ This MUST be merged for the release to happen labels Feb 22, 2024
@derobins derobins merged commit d260b52 into HDFGroup:master Feb 22, 2024
41 checks passed
@derobins derobins deleted the hbitio_header_futzing branch March 3, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues Priority - 0. Blocker ⛔ This MUST be merged for the release to happen Type - Deprecation / Removal We strive for backward-compatibility, so it's worth noting this separately
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants