Skip to content

Commit 71a6612

Browse files
Update separate-compilation.md
added sentence about translation units
1 parent 0635d33 commit 71a6612

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

sources/modules/compilation-model/separate-compilation.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ implementation-defined, unspecified, or undefined behavior._
7878

7979
A student should be able to:
8080

81-
1. Use compile flags, including `-I` and `-L` to specify search paths.
82-
2. Make header files for their own code, including using header guards.
83-
3. Use include directives for the headers of external libraries.
84-
4. Be able to declare `extern` variables.
81+
1. Explain what a translation unit is, and its relation to header files.
82+
2. Use compile flags, including `-I` and `-L` to specify search paths.
83+
3. Make header files for their own code, including using header guards.
84+
4. Use include directives for the headers of external libraries.
85+
5. Be able to declare `extern` variables.
8586

8687
#### Caveats
8788

0 commit comments

Comments
 (0)