Skip to content

Instantly share code, notes, and snippets.

View sdutoit's full-sized avatar

sdutoit

  • Amsterdam, Netherlands
View GitHub Profile
@sdutoit
sdutoit / 3.diff
Created October 13, 2013 17:25
Diff for fixes in [diff] by Guilliam Xavier, part 3
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
@sdutoit
sdutoit / 2.diff
Created October 13, 2013 17:24
Diff for fixes in [diff] by Guilliam Xavier, part 2
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
@sdutoit
sdutoit / diff-1.diff
Created October 13, 2013 17:24
Diff for fixes in [diff] by Guilliam Xavier, part 1
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\\