Skip to content

Commit 3a05bb1

Browse files
Update separate-compilation.md
itemize
1 parent 61c29b7 commit 3a05bb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ A student should be able to:
9696
_These are important topics that are not expected to be covered but provide
9797
guidance where one can continue to investigate this topic in more depth._
9898

99-
1. Language inter-operability: the `extern "C"` mechanism.
100-
2. Linker conventions including name mangling.
101-
3. The `nm` tool for inspection object files and libraries, including de-mangling.
102-
4. Understand the issues involved in deciding between include guards and `#pragma once`.
99+
* Language inter-operability: the `extern "C"` mechanism.
100+
* Linker conventions including name mangling.
101+
* The `nm` tool for inspection object files and libraries, including de-mangling.
102+
* Understand the issues involved in deciding between include guards and `#pragma once`.
103103

104104
[1]: ../object-model/declarations.md
105105
[2]: ../object-model/definitions.md

0 commit comments

Comments
 (0)