Skip to content

Commit

Permalink
Update separate-compilation.md
Browse files Browse the repository at this point in the history
remove incorrect sentence
  • Loading branch information
VictorEijkhout authored Oct 31, 2024
1 parent 5125283 commit cea2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/modules/compilation-model/separate-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ _This section mentions subtle points to understand, like anything resulting in
implementation-defined, unspecified, or undefined behavior._

* Explain differences (including in desirability) between having explicit declarations of functions in the main program versus using header files or modules.
* Compilation on a single commandline versus multiple. Resolution order when linking.
* Compilation on a single commandline versus using multiple commands.
* What needs to be recompiled if only a function is altered? Altered in use syntax versus altered only in semantics.

### Main: implementing
Expand Down

0 comments on commit cea2214

Please sign in to comment.