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

Added new bitmask field to all longoptions translation entries. #8043

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

rbdavis
Copy link
Contributor

@rbdavis rbdavis commented Nov 16, 2023

Description of proposed changes
Mass include file changes to incorporate new bitmask field (in every translation entry in every *_inc.h file) controlling specialized translation processing, e.g., multi-directives.

There are no new longoption strings in this PR! These are only changes which append the new bitmask field (typically set to GMT_TP_STANDARD to indicate standard longoption translation processing, e.g., no multi-directive support).

Fixes #

Reminders

  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

@rbdavis rbdavis requested a review from PaulWessel November 16, 2023 00:22
@rbdavis rbdavis merged commit bfb09b2 into master Nov 16, 2023
6 checks passed
@rbdavis rbdavis deleted the longopts-massincl branch November 16, 2023 15:30
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