Skip to content

Commit 33cdcf1

Browse files
opensdhzygoloid
authored andcommitted
[module.import] Clarify interface dependency definition
1 parent a6f9f98 commit 33cdcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/modules.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@
554554

555555
\pnum
556556
A translation unit has an \defn{interface dependency} on a translation unit \tcode{U}
557-
if it contains a \grammarterm{module-declaration} or
558-
\grammarterm{module-import-declaration} that imports \tcode{U} or if it has
557+
if it contains a declaration (possibly a \grammarterm{module-declaration})
558+
that imports \tcode{U} or if it has
559559
an interface dependency on a translation unit that has an interface dependency on \tcode{U}.
560560
A translation unit shall not have an interface dependency on itself.
561561
\begin{example}

0 commit comments

Comments
 (0)