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

code: rename functions with two underscores #815

Merged
merged 1 commit into from Jan 21, 2023

Conversation

ThomasAdam
Copy link
Member

The C standard discouges non-library functions beginning with a double underscore. In fvwm's case, although some (but not all) of those were marked as static, and hence were unlikely to clash with anything in the C standard library, this change makes that consistent.

The C standard discouges non-library functions beginning with a double
underscore.  In fvwm's case, although some (but not all) of those were
marked as static, and hence were unlikely to clash with anything in the
C standard library, this change makes that consistent.
@ThomasAdam ThomasAdam added the type:enhancement Augmenting an existing feature label Jan 21, 2023
@ThomasAdam ThomasAdam added this to the 1.0.7 milestone Jan 21, 2023
@ThomasAdam ThomasAdam self-assigned this Jan 21, 2023
@ThomasAdam ThomasAdam merged commit 2101dcc into master Jan 21, 2023
@ThomasAdam ThomasAdam deleted the ta/rename-underscore-funcs branch January 21, 2023 22:30
@elfring
Copy link

elfring commented Aug 31, 2023

Thanks for this source code improvement (according to a previous bug report).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Augmenting an existing feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants