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

Call uthash HASH_VALUE() instead of HASH_FUNCTION() #85

Merged
merged 2 commits into from
Mar 28, 2024

Conversation

bgilbert
Copy link
Collaborator

@bgilbert bgilbert commented Mar 28, 2024

HASH_FUNCTION() is an extension point, not part of the public API. Use HASH_VALUE() instead. The former happens to work with uthash ≥ 2.3.0, but not with older versions.

Fixes build with uthash-static from RHEL 8.

Also update changelog for 1.1.0 release.

HASH_FUNCTION() is an extension point, not part of the public API.  Use
HASH_VALUE() instead.  The former happens to work with uthash >= 2.3.0,
but not with older versions.

Fixes build with uthash-static from RHEL 8.
@jcupitt jcupitt merged commit f9abe8f into ImagingDataCommons:main Mar 28, 2024
5 checks passed
@jcupitt
Copy link
Collaborator

jcupitt commented Mar 28, 2024

Oh drat, I updated changelog in my fork of libdicom, not the main one. Sorry about that.

@bgilbert bgilbert deleted the uthash branch March 28, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants