Skip to content

[pre] No names in the preprocessor #8136

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AlisdairM
Copy link
Contributor

The term "name" applies specifically to entities in phase 7 of translation. Macros have macro names, headers are parsed as header-names, etc.

@@ -618,7 +618,7 @@
Each directive's condition is checked in order.
If it evaluates to false (zero),
the group that it controls is skipped:
directives are processed only through the name that determines
directives are processed only through the macro name that determines
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this "name" refers to the directive name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahah! That makes sense, and now perhaps I can understand how this paragraph says what I know it is supposed to mean :)

The term "name" applies specifically to entities in phase 7
of translation.  Macros have macro names, headers are parsed
as *header-name*s, etc.
@AlisdairM AlisdairM force-pushed the no_names_in_preprocessor branch from e86e370 to 402ae47 Compare August 1, 2025 12:28
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