Skip to content

Commit 40228c6

Browse files
authored
[cpp.import] Change "directive" to "definition" in "active macro directive" (#7292)
The term 'active macro directive' is defined in p6, but never used. Meanwhile, there are multiple uses of 'active macro definition' but that term is never defined, including in the very sentence following the definition of the unused term, and in other clauses that cross-reference to this clause for their definition.
1 parent 4eb30d3 commit 40228c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,8 @@
912912
\end{itemize}
913913

914914
\pnum
915-
\indextext{active macro directive|see{macro, active}}%
916-
A macro directive is \defnx{active}{macro!active} at a source location
915+
\indextext{active macro definition|see{macro, active}}%
916+
A macro definition is \defnx{active}{macro!active} at a source location
917917
if it has a point of definition in that translation unit preceding the location,
918918
and does not have a point of undefinition in that translation unit preceding
919919
the location.

0 commit comments

Comments
 (0)