This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/compatibility.tex b/source/compatibility.tex | |
index 11253ff..70d14b5 100644 | |
--- a/source/compatibility.tex | |
+++ b/source/compatibility.tex | |
@@ -453,7 +453,7 @@ Common. | |
\ref{dcl.spec.auto} | |
\change | |
-The keyword \tcode{auto} cannot be used as a storage class specifier. | |
+The keyword \tcode{auto} cannot be used as a storage class specifier |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/compatibility.tex b/source/compatibility.tex | |
index 5746ca4..11253ff 100644 | |
--- a/source/compatibility.tex | |
+++ b/source/compatibility.tex | |
@@ -162,7 +162,7 @@ Semantic transformation. | |
Seldom. | |
\ref{basic.start} | |
-\change Main cannot be called recursively and cannot have its address taken | |
+\change \tcode{main} cannot be called recursively and cannot have its address taken |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/source/compatibility.tex b/source/compatibility.tex | |
index 2cacea2..5746ca4 100644 | |
--- a/source/compatibility.tex | |
+++ b/source/compatibility.tex | |
@@ -96,7 +96,7 @@ as pointers to potentially modifiable memory are probably rare. | |
\rSec2[diff.basic]{Clause \ref{basic}: basic concepts} | |
\ref{basic.def} | |
-\change \Cpp does not have ``tentative definitions'' as in C | |
+\change \Cpp does not have ``tentative definitions'' as in C\\ |