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

Maintenance PR only for better function name #8288

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Conversation

PaulWessel
Copy link
Member

Se have functions like gmt_get_required_sint and gmt_get_required_uint, but we did not have one for signed int64_t and we never use "s" as a prefix anyway; there is only u or no u up front.. So this PR simply removes the sint and calls it int, and adds int64_t to match the uint64_t function. No effect on anything except ensuring we have the various flavours as needed.

Se have functions like gmt_get_required_sint and gmt_get_required_uint, but we did not have one for signed int64_t and we never use "s" as a prefix anyway.  So this PR simply removes the sint and calls in int, and adde int64_t to match the uint64_t function.  No effect on anything except ensuring we have the various flavors as needed.
@PaulWessel PaulWessel added the maintenance Boring but important stuff for the core devs label Jan 13, 2024
@PaulWessel PaulWessel added this to the 6.6.0 milestone Jan 13, 2024
@PaulWessel PaulWessel self-assigned this Jan 13, 2024
@PaulWessel PaulWessel merged commit 14a9350 into master Jan 13, 2024
6 checks passed
@PaulWessel PaulWessel deleted the interior-renaming branch January 13, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants