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

Normalize pointer typedef names #955

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

postmodern
Copy link
Contributor

Building on PR #953, I also removed the leading * character from all typedef names. This normalizes the typedef names for pointer types, such as caddr_t. So instead of having :"*caddr" on some platforms, we only have :caddr across all platforms.

@postmodern postmodern requested a review from larskanis May 4, 2022 09:06
@larskanis
Copy link
Member

Your patches make sense, but the files are all generated by this script. Can you change it, so that the removed lines are also removed in the generated output?

@postmodern postmodern self-assigned this Dec 11, 2022
@postmodern
Copy link
Contributor Author

Hmm, should I omit types that contain * or simply default them to a :pointer type alias?

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.

None yet

2 participants